|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
myExpr
against a text myString
one should first create a Pattern object:
Pattern p=new Pattern(myExpr);
then obtain a Matcher object:
Matcher matcher=p.matcher(myText);
The latter is an automaton that actually performs a search. find()
method we would find '123' only.
?
WildcardPattern() -
Constructor for class jregex.WildcardPattern
WildcardPattern(String) -
Constructor for class jregex.WildcardPattern
WildcardPattern(String, boolean) -
Constructor for class jregex.WildcardPattern
WildcardPattern(String, int) -
Constructor for class jregex.WildcardPattern
WildcardPattern(String, String, int) -
Constructor for class jregex.WildcardPattern
WORD_CHAR -
Static variable in class jregex.WildcardPattern
wrap(StringBuffer) -
Static method in class jregex.Replacer
wrap(Writer) -
Static method in class jregex.Replacer
X
- XML_SCHEMA -
Static variable in interface jregex.REFlags
- Turns on the compatibility with XML Schema regular expressions.
A C D E F G H I J L M N O P R S T U V W X
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES