Interface RegexValidator

All Known Implementing Classes:
JavaRegexValidator, JSRegexValidator, RubyRegexParser

public interface RegexValidator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Checks the regular expression for syntax errors without building an AST.
  • Method Details

    • validate

      void validate() throws RegexSyntaxException
      Checks the regular expression for syntax errors without building an AST.
      Throws:
      RegexSyntaxException - when the pattern or the flags are not well-formed