| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.regexp.external |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
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.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.