| Class | Description |
|---|---|
| LiteralRegexEngine |
This regex engine is designed for very simple cases, where the regular expression can be directly
translated to common string operations.
|
| LiteralRegexExecRootNode | |
| LiteralRegexExecRootNode.EmptyEndsWith | |
| LiteralRegexExecRootNode.EmptyEquals | |
| LiteralRegexExecRootNode.EmptyIndexOf | |
| LiteralRegexExecRootNode.EmptyStartsWith | |
| LiteralRegexExecRootNode.EndsWith | |
| LiteralRegexExecRootNode.Equals | |
| LiteralRegexExecRootNode.IndexOfString | |
| LiteralRegexExecRootNode.RegionMatches | |
| LiteralRegexExecRootNode.StartsWith |