Expand description
Regular expression data type and builders.
Structs§
- Approximately
Similar Canonical - A regular expression builder that keeps the structure in approximately-similar canonical form.
- Pure
- A pure regular expression builder that keeps the structure of the constructor calls in the result.
Enums§
- Regex
- Data type describing regular expressions.
Traits§
- Builder
- Constructor methods for regular expressions.
Type Aliases§
- Default
- The recommended regular expression builder.