| Class | Description |
|---|---|
| ECMAScriptFlavor | |
| OracleDBFlags |
An immutable representation of a set of OracleDB regular expression flags (the
match_param parameter). |
| OracleDBFlavor |
An implementation of the OracleDB regex flavor.
|
| OracleDBRegexLexer | |
| OracleDBRegexParser | |
| PythonFlags |
An immutable representation of a set of Python regular expression flags.
|
| PythonFlavor |
An implementation of the Python regex flavor.
|
| PythonLocaleData | |
| PythonRegexLexer | |
| PythonRegexParser | |
| RegexFlavor |
An implementation of a dialect (flavor) of regular expressions other than ECMAScript.
|
| RubyFlags |
An immutable representation of a set of Ruby regular expression flags.
|
| RubyFlavor |
An implementation of the Ruby regex flavor.
|
| RubyRegexParser |
Implements the parsing and validation of Ruby regular expressions.
|
| RubySubexpressionCalls |
| Enum | Description |
|---|---|
| PythonMethod | |
| PythonREMode |
The enumeration of different flavors of Python regular expressions.
|