Expand description
User interfaces for building and matching regular expressions.
This module contains the regular expression builder RegexBuilder
and the regular expression matcher RegexMatcher
.
Structs§
- Regex
Builder - A builder for regular expressions with tag type
T
. - Regex
Matcher - A matcher for matching regular expressions.
Enums§
- Error
- Possible errors in building of regular expressions with tag type
T
.
Type Aliases§
- Bytes
Matcher - A regular expression matcher for matching bytes.
- Chars
Matcher - A regular expression matcher for matching characters.