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) REREDemo. rMatcher and compiler objectsprivate RERETestCase. regexpMethods in org.apache.regexp that return RE Modifier and Type Method Description static REREUtil. createRE(java.lang.String expression)Creates a regular expression, permitting simple or complex syntaxstatic REREUtil. 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) voidRETest. showParens(RE r)Dump parenthesized subexpressions found by a regular expression matcher object
-