I have done some testing but I wanted to ask if anyone sees a problem with this ruby regular expression for email validation:
/\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})\Z/i
Look good?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You were close, have to add just a few more characters:
No, I’m not joking: http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html