Uses of Class
com.google.re2j.RE2
-
-
Uses of RE2 in com.google.re2j
Fields in com.google.re2j declared as RE2 Modifier and Type Field Description private RE2Machine. re2private RE2Pattern. re2Methods in com.google.re2j that return RE2 Modifier and Type Method Description (package private) static RE2RE2. compile(java.lang.String expr)Parses a regular expression and returns, if successful, anRE2instance that can be used to match against text.(package private) static RE2RE2. compileImpl(java.lang.String expr, int mode, boolean longest)(package private) static RE2RE2. compilePOSIX(java.lang.String expr)compilePOSIXis likecompile(java.lang.String)but restricts the regular expression to POSIX ERE (egrep) syntax and changes the match semantics to leftmost-longest.(package private) RE2Pattern. re2()Methods in com.google.re2j with parameters of type RE2 Modifier and Type Method Description (package private) abstract intMachineInput. index(RE2 re2, int pos)(package private) intMachineInput.UTF16Input. index(RE2 re2, int pos)(package private) intMachineInput.UTF8Input. index(RE2 re2, int pos)Constructors in com.google.re2j with parameters of type RE2 Constructor Description Machine(RE2 re2)Constructs a matching Machine for the specifiedRE2.Pattern(java.lang.String pattern, int flags, RE2 re2)
-