Regular expression field validation jQuery

by in 0

In jQuery, is there a function/plugin which I can use to match a given regular expression in a string?

Yes

jQuery plugin: Validation

This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 37 locales.

You can download this plugin
http://bassistance.de/jquery-plugins/jquery-plugin-validation/

Leave a Reply