Interface RegexValidator
- All Known Implementing Classes:
JavaRegexValidator,JSRegexValidator,RubyRegexParser
public interface RegexValidator
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Checks the regular expression for syntax errors without building an AST.
-
Method Details
-
validate
Checks the regular expression for syntax errors without building an AST.- Throws:
RegexSyntaxException- when the pattern or the flags are not well-formed
-