|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.regexp.Pattern
com.google.code.regexp.NamedPattern
Pattern
@Deprecated public final class NamedPattern
Provided as a transitional class to avoid renaming existing references
| Method Summary | |
|---|---|
static NamedPattern |
compile(String regex)
Deprecated. Compiles the given regular expression into a pattern |
NamedMatcher |
matcher(CharSequence input)
Deprecated. Creates a matcher that will match the given input against this pattern. |
| Methods inherited from class com.google.code.regexp.Pattern |
|---|
compile, equals, extractGroupInfo, flags, groupInfo, groupNames, hashCode, indexOf, indexOf, namedPattern, pattern, replaceProperties, split, split, standardPattern, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static NamedPattern compile(String regex)
regex - the expression to be compiled
public NamedMatcher matcher(CharSequence input)
matcher in class Patterninput - The character sequence to be matched
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||