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