E | |
| enum [Options] |
The order of variants in this enum type must be kept in sync with a C-side enum or
else options will be silently misparsed.
|
I | |
| id_t [Regex] |
Subpatterns are referenced by name if labelled with the /(?P<...>...)/ syntax, or else
by counting open-parens, with subpattern zero referring to the whole regex.
|
R | |
| regex [Regex] | |
T | |
| t [Regex.Match] |
A Match.t is the result of applying a regex to an input string
|
| t [Regex] | |
| t [Options.S] |
these options are exactly as defined by Google with two exceptions: Encoding_latin1 means Latin1 if true and UTF if false, Log_errors is false by default (so
noisy is provided instead of quiet)
*
|
| t [Options] |