Hi
currently i am using following expression for email validation:
"^[a-zA-Z0-9][-\._a-zA-Z0-9]*@[a-zA-Z0-9][-\.a-zA-Z0-9]*\.(com|edu|info|gov|int|mil|net|org|biz|name|museum|coop|aero|pro|tv|[a-zA-Z]{2})$"
But i enter email Like that it will accept the mail
suraj.....sarnaik@gmail.......com
But it should validate because before the domain name it should accept only one dot as well as between the name it should accept only one dot.
eg Correct Email: suraj.sarnaik.sp@gmail.com