Crate ezregexp

Source

Enums§

Pattern
A Regular Expression Pattern

Traits§

PatternList
Conversion into a list of patterns
ToCode
Generate Rust code

Functions§

any_except
anything
Match anything
at_start
Start of input
digit
Match a digit
either
Match any of the given patterns
explain
Explain a regex: turn it into a pattern
letter
Match a letter
start_with
Start matching with given pattern
text
Match given text
word_character
Match a word character