Expand description
resharp - a regex engine with all boolean operations and lookarounds, powered by symbolic derivatives and lazy DFA construction.
Structs§
- Engine
Options - lazy DFA engine options.
- Match
- byte-offset range
[start, end). - NodeId
- Nullability
- Regex
- compiled regex backed by a lazy DFA.
- Regex
Builder
Enums§
- Error
- error from compiling or matching a regex.