Interface RegularExpressionSubstitutions


interface RegularExpressionSubstitutions
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.networknt.schema.regex.RegularExpression
    compile(String regex, com.networknt.schema.ValidationContext validationContext)
     
    boolean
    matches(String value)
     
  • Method Details

    • matches

      boolean matches(String value)
    • compile

      static com.networknt.schema.regex.RegularExpression compile(String regex, com.networknt.schema.ValidationContext validationContext)