public abstract class Regex extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Regex.Java |
static class |
Regex.Match |
static class |
Regex.Matcher |
| Modifier and Type | Field and Description |
|---|---|
static Regex.Match[] |
NO_MATCHES
.
|
static Regex.Match |
NULL_MATCH
.
|
| Constructor and Description |
|---|
Regex() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getPattern() |
abstract Regex.Matcher |
matcher() |
public static final Regex.Match[] NO_MATCHES
public static final Regex.Match NULL_MATCH
public abstract String getPattern()
public abstract Regex.Matcher matcher()
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.