| Subcribe via RSS

Useful Javascript Field Validation using Regular Expressions

March 8th, 2008 | No Comments | Posted in Javascript

We always need to validate all the fields that the user enters in the forms , and I think the easiest way to validate it is by Javascript and the use of Regular expressions.

In this post we are going to set a few example of how to validate a Date, Currency, Number, Url, Email, Phone number and others.

So now lets go to the examples. More »