public final class Pattern
extends java.lang.Object
Pattern| Modifier and Type | Field and Description |
|---|---|
private RegExp |
regExp |
| Modifier | Constructor and Description |
|---|---|
private |
Pattern() |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
compile(java.lang.String string) |
Matcher |
matcher(java.lang.String string) |
static java.lang.String |
quote(java.lang.String input) |