Crate fancy_regex [−] [src]
An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around.
Modules
| analyze |
Analysis of regex expressions. |
| compile |
Compilation of regexes to VM. |
| parse |
A regex parser yielding an AST. |
| vm |
Backtracking VM for implementing fancy regexes. |
Structs
| SubCaptures |
Enums
| Captures | |
| Error | |
| Expr | |
| LookAround | |
| Regex |
Type Definitions
| Result |