Module regex_set

Module regex_set 

Source

Structsยง

RegexSet
A set of Regexes that can be simulated in a single pass. For each regex in the set, the simulation runs over the entire input (anchored matching) and classifies the regex as having matched (pass) or not (fail).