Available on crate features
regex-automata
and regex-nfa
only.Modules§
- backtrack
- An NFA backed bounded backtracker for executing regex searches with capturing groups.
- thompson
- Defines a Thompson NFA and provides the
PikeVM
andBoundedBacktracker
regex engines.
Structs§
- NFA
- A byte oriented Thompson non-deterministic finite automaton (NFA).
Enums§
- State
- A state in an NFA.
Type Aliases§
- Callback
regex-callback