Skip to main content

Crate resharp

Crate resharp 

Source
Expand description

resharp - a regex engine with all boolean operations and lookarounds, powered by symbolic derivatives and lazy DFA construction.

Structs§

EngineOptions
lazy DFA engine options.
Match
byte-offset range [start, end).
NodeId
Nullability
Regex
compiled regex backed by a lazy DFA.
RegexBuilder

Enums§

Error
error from compiling or matching a regex.