public abstract class Regex extends Object
Regex.PartialRegex is used to track string values that are not value regex.
Regex.RegexVal is used to track valid regex values with a count of the number of groups.| Modifier and Type | Class and Description |
|---|---|
static class |
Regex.PartialRegex |
static class |
Regex.RegexVal |
| Constructor and Description |
|---|
Regex() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPartialRegex() |
boolean |
isRegexVal() |
String |
toString() |