|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |