ReactiveRaven / jqBootstrapValidation

A JQuery validation framework for bootstrap forms.
http://reactiveraven.github.io/jqBootstrapValidation
MIT License
1.35k stars 334 forks source link

Pattern #194

Open SamThilmany opened 8 years ago

SamThilmany commented 8 years ago

Hey.

As I saw in the docs, the pattern attribute does not accept the normal spelling of regex expressions, unfortunately, it's not explained in which format the regex has to be transformed. So I would like to know how "regular" REGEX would look in the correct format?

Regex: /[^\p{L}\s]/u

Thanks in advance.