hjsonschema icon indicating copy to clipboard operation
hjsonschema copied to clipboard

Switch to ECMA 262 Regex

Open seagreen opened this issue 7 years ago • 1 comments

As required by the spec: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-3.3

seagreen avatar Feb 28 '17 19:02 seagreen

Help wanted: is there a way to get ECMA 262 regexes in Haskell?

EDIT: We currently use PCRE regexes, which I'm told is the closest we can get to EMCA without actually using ECMA. This obviously isn't ideal though.

seagreen avatar Feb 28 '17 19:02 seagreen