Interface RegularExpressionFactory

    • Method Detail

      • getRegularExpression

        default RegularExpression getRegularExpression​(String regex,
                                                       SchemaContext schemaContext)
        Gets a RegularExpression in the context of the schema being evaluated.
        Parameters:
        regex - the regular expression text value
        schemaContext - the schema context
        Returns:
        the regular expression