Modifier and Type | Field and Description |
---|---|
static RegexPattern |
UNMATCHED
The unmatched pattern.
|
Modifier and Type | Method and Description |
---|---|
RegexPattern |
clone() |
String |
getName()
The pattern name.
|
Pattern |
getPattern()
The pattern.
|
boolean |
isUnmatched()
Return true if the pattern is the UNMATCHED pattern (named "--UNMATCHED--").
|
String |
toString() |
public static final RegexPattern UNMATCHED
Pattern
.public RegexPattern clone()
public boolean isUnmatched()
public String getName()
public Pattern getPattern()