Expand description
A simple regular expression engine.
Structs§
- And
- Intersection matcher.
- Concat
- Matcher for Regex::Concat.
- Dot
- Matcher for Regex::Dot.
- Empty
- Matcher for Regex::Empty.
- Literal
- Matcher for Regex::Literal.
- Not
- Matcher for Regex::Not.
- Or
- Matcher for Regex::Or.
- Star
- Matcher for Regex::Star.
Enums§
- Regex
- A regular expression.
Traits§
- Matcher
- A regular expression matcher.
- Matcher
Ext - Extension methods for matchers.
Type Aliases§
- Parse
Error - An error parsing a regular expression.