JavaScript is disabled on your browser.
(package private) static RE2
Parses a regular expression and returns, if successful, an RE2 instance that can be
used to match against text.
(package private) static RE2
(package private) static RE2
compilePOSIX is like
RE2.compile(String) but restricts the regular expression to POSIX ERE
(egrep) syntax and changes the match semantics to leftmost-longest.
(package private) abstract int
(package private) int
MachineInput.UTF16Input. index (RE2 re2,
int pos)
(package private) int
MachineInput.UTF8Input. index (RE2 re2,
int pos)
(package private)
Constructs a matching Machine for the specified RE2.
(package private)