You can use following regular expressions to validate email



function validateEmail(email) {
var re = /^(([^<>()[\]\\.,;:\s@\”]+(\.[^<>()[\]\\.,;:\s@\”]+)*)|(\
“.+\”))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA
-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
return re.test(email);
}

One thought on “Validate email address using Javascript”
  1. Hello There. I found your blog using msn. This is an extremely well written article.
    I’ll be sure to bookmark it and come back to read more of your
    useful info. Thanks for the post. I’ll certainly return.

Leave a Reply to Pixel Gun 3d HackCancel reply