/ Published in: Regular Expression
URL: http://trevordavis.net/blog/tutorial/ajax-forms-with-jquery/
Expand |
Embed | Plain Text
var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
You need to login to post a comment.
beforebeta on 03/10/08
3 people have marked this snippet as a favorite
URL: http://trevordavis.net/blog/tutorial/ajax-forms-with-jquery/
var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
You need to login to post a comment.