Uses of Class
com.google.code.regexp.Pattern
-
Uses of Pattern in com.google.code.regexp
Modifier and TypeMethodDescriptionstatic Pattern
Compiles the given regular expression into a patternstatic Pattern
Compiles the given regular expression into a pattern with the given flagsMatcher.namedPattern()
Returns the named pattern that is interpreted by this matcher.Modifier and TypeMethodDescriptionMatcher.usePattern
(Pattern newPattern) Changes the Pattern that this Matcher uses to find matches with