Uses of Class
com.google.code.regexp.Pattern

Uses of Pattern in com.google.code.regexp
 

Methods in com.google.code.regexp that return Pattern
static Pattern Pattern.compile(String regex)
          Compiles the given regular expression into a pattern
static Pattern Pattern.compile(String regex, int flags)
          Compiles the given regular expression into a pattern with the given flags
 Pattern Matcher.namedPattern()
          Returns the named pattern that is interpreted by this matcher.
 

Methods in com.google.code.regexp with parameters of type Pattern
 Matcher Matcher.usePattern(Pattern newPattern)
          Changes the Pattern that this Matcher uses to find matches with
 



Copyright © 2013. All Rights Reserved.