News

The specification for pattern says. This string SHOULD be a valid regular expression, according to the ECMA 262 regular expression dialect. I think this is extracted verbatim from the JSON Schema ...
I want to make a pattern to ignore case by adding a flag 'i' within schema.pattern property. The current tv4 is just using a regular constructor as var regexp = new RegExp(schema.pattern); and there ...