Uses of Class
com.google.re2j.Pattern
-
Uses of Pattern in com.google.re2j
Fields in com.google.re2j declared as PatternMethods in com.google.re2j that return PatternModifier and TypeMethodDescriptionstatic PatternCreates and returns a newPatterncorresponding to compilingregexwith the default flags (0).static PatternCreates and returns a newPatterncorresponding to compilingregexwith the givenflags.private static PatternHelper: create new Pattern with given regex and flags.Matcher.pattern()Returns thePatternassociated with thisMatcher.Constructors in com.google.re2j with parameters of type PatternModifierConstructorDescriptionprivate(package private)Matcher(Pattern pattern, MatcherInput input) (package private)Matcher(Pattern pattern, CharSequence input) Creates a newMatcherwith the given pattern and input.