Uses of Class
com.google.re2j.Pattern
-
-
Uses of Pattern in com.google.re2j
Methods in com.google.re2j that return Pattern Modifier and Type Method Description static PatternPattern. compile(java.lang.String regex)Creates and returns a newPatterncorresponding to compilingregexwith the default flags (0).static PatternPattern. compile(java.lang.String regex, int flags)Creates and returns a newPatterncorresponding to compilingregexwith the givenflags.PatternMatcher. pattern()Returns thePatternassociated with thisMatcher.
-