regular expression for email validation

Posted by aks on Stack Overflow See other posts from Stack Overflow or by aks
Published on 2010-05-04T05:20:06Z Indexed on 2010/05/04 5:28 UTC
Read the original article Hit count: 375

Filed under:

i am using the follwoing regular expression

  (".+@.+\\.[a-z]+")

Bit it accepts #@#.com as a valid email.whats the pattere i shold use?

© Stack Overflow or respective owner

Related posts about java