I don't see anywhere in the documentation on http://jqueryvalidation.org/ how you can validate based off of a regex.
How do you validate against a regex using this library?
Also, can someone please give me a link to where this is documented as well, so I don't think I'm losing my mind? I know I did html attribute based regex validation in the past using a validation library (not just the pattern
attribute alone, because I also had a data-msg
to display a custom validation message upon failing the regex)