| Package | Description |
|---|---|
| org.radeox.regex |
| Modifier and Type | Class and Description |
|---|---|
class |
JdkPattern |
| Modifier and Type | Method and Description |
|---|---|
abstract Pattern |
Compiler.compile(String regex)
Compile a String regular expression to a regex pattern
|
Pattern |
JdkCompiler.compile(String regex) |
| Modifier and Type | Method and Description |
|---|---|
static Matcher |
Matcher.create(String input,
Pattern pattern)
Create a new matcher object, depending on the implementation
|
| Constructor and Description |
|---|
JdkMatcher(String input,
Pattern pattern) |
Copyright © 2003–2022 Sakai Project. All rights reserved.