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 objects
    private RE
    RETestCase.regexp
     
    Methods in org.apache.regexp that return RE
    Modifier and Type
    Method
    Description
    static RE
    REUtil.createRE(String expression)
    Creates a regular expression, permitting simple or complex syntax
    static RE
    REUtil.createRE(String expression, int matchFlags)
    Creates a regular expression, permitting simple or complex syntax
    Methods 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