|
Unnamed - jakarta-regexp:jakarta-regexp:jar:1.5-redhat-1 1.5-redhat-1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RESyntaxException in org.apache.regexp |
---|
Methods in org.apache.regexp that throw RESyntaxException | |
---|---|
REProgram |
RECompiler.compile(String pattern)
Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'. |
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 |
Constructors in org.apache.regexp that throw RESyntaxException | |
---|---|
RE(String pattern)
Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler. |
|
RE(String pattern,
int matchFlags)
Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler. |
|
Unnamed - jakarta-regexp:jakarta-regexp:jar:1.5-redhat-1 1.5-redhat-1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |