validate.js
validate.js copied to clipboard
pattern doesn't allow unicode 'letter' category
Because Javascript RegExp doesn't have it. I propose to use xregexp library instead: https://github.com/ansman/validate.js/pull/255
@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?