| Interface | Description |
|---|---|
| RegexFlavorProcessor |
Allows the parsing and translating of a foreign regular expression into an ECMAScript regular
expression.
|
| Class | Description |
|---|---|
| ECMAScriptFlavor | |
| PythonFlags |
An immutable representation of a set of Python regular expression flags.
|
| PythonFlavor |
An implementation of the Python regex flavor.
|
| PythonFlavorProcessor |
Implements the parsing and translating of Python regular expressions to ECMAScript regular
expressions.
|
| RegexFlavor |
An implementation of a dialect (flavor) of regular expressions other than ECMAScript.
|
| RubyCaseFolding | |
| RubyCaseFoldingData | |
| RubyCaseUnfoldingTrie | |
| RubyCaseUnfoldingTrie.Unfolding | |
| RubyFlags |
An immutable representation of a set of Ruby regular expression flags.
|
| RubyFlavor |
An implementation of the Ruby regex flavor.
|
| RubyFlavorProcessor |
Implements the parsing and translating of Ruby regular expressions to ECMAScript regular
expressions.
|
| Enum | Description |
|---|---|
| PythonREMode |
The enumeration of different flavors of Python regular expressions.
|