Uses of Class
com.google.re2j.Pattern
-
Uses of Pattern in com.google.re2j
Methods in com.google.re2j that return PatternModifier and TypeMethodDescriptionstatic Pattern
Creates and returns a newPattern
corresponding to compilingregex
with the default flags (0).static Pattern
Creates and returns a newPattern
corresponding to compilingregex
with the givenflags
.Matcher.pattern()
Returns thePattern
associated with thisMatcher
.