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 Pattern
Pattern. compile(java.lang.String regex)
Creates and returns a newPattern
corresponding to compilingregex
with the default flags (0).static Pattern
Pattern. compile(java.lang.String regex, int flags)
Creates and returns a newPattern
corresponding to compilingregex
with the givenflags
.Pattern
Matcher. pattern()
Returns thePattern
associated with thisMatcher
.
-