|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.regexp.REUtil
This is a class that contains utility helper methods for this package.
| Constructor Summary | |
REUtil()
|
|
| Method Summary | |
static RE |
createRE(java.lang.String expression)
Creates a regular expression, permitting simple or complex syntax |
static RE |
createRE(java.lang.String expression,
int matchFlags)
Creates a regular expression, permitting simple or complex syntax |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public REUtil()
| Method Detail |
public static RE createRE(java.lang.String expression,
int matchFlags)
throws RESyntaxException
expression - The expression, beginning with a prefix if it's complex or
having no prefix if it's simplematchFlags - Matching style flagsRESyntaxException - thrown in case of error
public static RE createRE(java.lang.String expression)
throws RESyntaxException
expression - The expression, beginning with a prefix if it's complex or
having no prefix if it's simpleRESyntaxException - thrown in case of error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||