Uses of Class
org.apache.regexp.RE
-
-
Uses of RE in org.apache.regexp
Fields in org.apache.regexp declared as RE Modifier and Type Field Description (package private) RE
REDemo. r
Matcher and compiler objectsprivate RE
RETestCase. regexp
Methods in org.apache.regexp that return RE Modifier and Type Method Description static RE
REUtil. createRE(java.lang.String expression)
Creates a regular expression, permitting simple or complex syntaxstatic RE
REUtil. createRE(java.lang.String expression, int matchFlags)
Creates a regular expression, permitting simple or complex syntaxMethods in org.apache.regexp with parameters of type RE Modifier and Type Method Description (package private) void
RETest. showParens(RE r)
Dump parenthesized subexpressions found by a regular expression matcher object
-