| Class | Description |
|---|---|
| TRegexBacktrackingNFAExecutorLocals | |
| TRegexBacktrackingNFAExecutorNode |
This regex executor uses a backtracking algorithm on the NFA.
|
| TRegexNFAExecutorLocals | |
| TRegexNFAExecutorNode |
This regex executor matches a given expression by calculating DFA states from the NFA on the fly,
without any caching.
|