Uses of Class
com.google.re2j.Pattern
-
-
Uses of Pattern in com.google.re2j
Fields in com.google.re2j declared as Pattern Modifier and Type Field Description private PatternMatcher. patternMethods 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.private static PatternPattern. compile(java.lang.String flregex, java.lang.String regex, int flags)Helper: create new Pattern with given regex and flags.PatternMatcher. pattern()Returns thePatternassociated with thisMatcher.Constructors in com.google.re2j with parameters of type Pattern Constructor Description Matcher(Pattern pattern)Matcher(Pattern pattern, MatcherInput input)Matcher(Pattern pattern, java.lang.CharSequence input)Creates a newMatcherwith the given pattern and input.
-