I'm using jQuery's Validation plugin to validate a form, which is going well. I know there are built-in methods to check for an email address, URL, etc. However, now I want to check for a specific regex (^[a-zA-Z\ ]+$ in this case, but I'm looking for a general answer).
How can I let the plugin check for a regular expression?