Expand description
The regex “compiler”, which parses the regex itself. Produces a matcher ready to match input.
Structs§
- Posix
Regex Builder - A regex builder struct
- Range
- Repetition bounds, for example + is (1, None), and ? is (0, Some(1))
The regex “compiler”, which parses the regex itself. Produces a matcher ready to match input.