I\'m doing a regex check valid email function and I get a vague error that it\'s not a function.
These are the answers I referenced:
A simple jQuery form valid
The regex has to be like /yourRegex/.test(value) (without the quotes).
/yourRegex/.test(value)