I | |
id_t [Re2_internal_intf.S] |
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 [Re2_internal_intf.S] | |
T | |
t [Re2_internal_intf.S.Match] |
A Match.t is the result of applying a regex to an input string
|
t [Re2_internal_intf.S] | |
t [Parser] |
A value of type
'a t is a regex that parses 'a s.
|