Class JDKRegularExpression

java.lang.Object
com.networknt.schema.regex.JDKRegularExpression
All Implemented Interfaces:
RegularExpression

class JDKRegularExpression extends Object implements RegularExpression
  • Field Details

    • pattern

      private final Pattern pattern
  • Constructor Details

    • JDKRegularExpression

      JDKRegularExpression(String regex)
  • Method Details