Uses of Class org.apache.regexp.RE

Uses in package org.apache.regexp

Fields of type org.apache.regexp.RE

RE
Matcher and compiler objects
RE

Methods with parameter type org.apache.regexp.RE

void
Dump parenthesized subexpressions found by a regular expression matcher object

Methods with return type org.apache.regexp.RE

RE
REUtil.createRE(String expression)
Creates a regular expression, permitting simple or complex syntax
RE
REUtil.createRE(String expression, int matchFlags)
Creates a regular expression, permitting simple or complex syntax

Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.