public interface RegexValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Checks the regular expression for syntax errors without building an AST.
|
void validate()
throws RegexSyntaxException
RegexSyntaxException - when the pattern or the flags are not well-formed