| Modifier and Type | Method and Description |
|---|---|
static RegexParserOption |
RegexParserOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegexParserOption[] |
RegexParserOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RegexParserOption.in(RegexParserOption... options) |
| Constructor and Description |
|---|
RegexParser(String pattern,
char min,
char max,
RegexParserOption... options) |
RegexParser(String pattern,
RegexParserOption... options) |
Copyright © 2019. All rights reserved.