Expand description
Extensions for characters and strings.
Structs§
- Any
- A pattern that matches any character.
- AnyBut
- A pattern that matches any character.
- Char
SetSubtract - A charset that match
A
but notB
. - Pattern
Subtract - A pattern that match
A
but notB
.
Enums§
- Pattern
Error - An error that occurs during pattern matching.
- State
- The state of a pattern matcher.