| Interface | Description |
|---|---|
| RegexFlavor |
An implementation of a dialect (flavor) of regular expressions other than ECMAScript.
|
| RegexFlavorProcessor |
Allows the parsing and translating of a foreign regular expression into an ECMAScript regular
expression.
|
| Class | Description |
|---|---|
| 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.
|
| Enum | Description |
|---|---|
| PythonREMode |
The enumeration of different flavors of Python regular expressions.
|