Module human_regex::logical

source ·
Expand description

Functions for performing logical operations

Functions

A function for establishing an AND relationship between two or more possible matches
Negated or relationship between two or more possible matches
A function for establishing an OR relationship between two or more possible matches
Subtracts the second argument from the first
Xor on two bracketed expressions, also known as symmetric difference.