validate.js icon indicating copy to clipboard operation
validate.js copied to clipboard

pattern doesn't allow unicode 'letter' category

Open aksonov opened this issue 7 years ago • 1 comments

Because Javascript RegExp doesn't have it. I propose to use xregexp library instead: https://github.com/ansman/validate.js/pull/255

aksonov avatar Feb 28 '18 09:02 aksonov

@ansman this one #255 seems of great utility, as it will add support of unicode pattens in regex, like \p{L} could you consider including it, please?

myrs avatar Jul 11 '19 11:07 myrs