View Single Post
12-11-2008, 08:06 AM
#1
freelancerguy is offline freelancerguy
Status: Junior Member
Join date: Dec 2008
Location:
Expertise:
Software:
 
Posts: 63
iTrader: 1 / 100%
 

freelancerguy is on a distinguished road

Send a message via AIM to freelancerguy Send a message via MSN to freelancerguy Send a message via Yahoo to freelancerguy Send a message via Skype™ to freelancerguy

  Old  Email Validation using Reges in Javascript

Hi All

I am using the following Regex code to validate Email in Javascript.

/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;

Can you please tell me is there any other method to validate Email.

Thanks
Hem

Reply With Quote