Module ext

Module ext 

Source
Expand description

Extensions for characters and strings.

Structs§

Any
A pattern that matches any character.
AnyBut
A pattern that matches any character.
CharSetSubtract
A charset that match A but not B.
PatternSubtract
A pattern that match A but not B.

Enums§

PatternError
An error that occurs during pattern matching.
State
The state of a pattern matcher.

Traits§

CharExt
Extension traits for characters.
CharSet
A set of chars.
Pattern
A state-machine for pattern matching.
StrExt
Extension traits for strings.