|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RESyntaxException | |
| com.sapportals.wcm.util.regex.re | Provides an implementation of regular expressions. |
| Uses of RESyntaxException in com.sapportals.wcm.util.regex.re |
| Methods in com.sapportals.wcm.util.regex.re that throw RESyntaxException | |
static RE |
REUtil.createRE(java.lang.String expression,
int matchFlags)
Creates a regular expression, permitting simple or complex syntax |
static RE |
REUtil.createRE(java.lang.String expression)
Creates a regular expression, permitting simple or complex syntax |
REProgram |
RECompiler.compile(java.lang.String pattern)
Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'. |
| Constructors in com.sapportals.wcm.util.regex.re that throw RESyntaxException | |
RE(java.lang.String pattern)
Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler. |
|
RE(java.lang.String pattern,
int matchFlags)
Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||