Thursday, October 6, 2011

[android-developers] Re: Email formate validation

I'm sorry, but this does not even come close to matching more than a tiny subset.

On Thursday, October 6, 2011 7:12:06 AM UTC-7, Chris wrote:
This regex pattern should match email addresses:

[A-Za-z0-9_]+([-+.'][A-Za-z0-9_]+)*@[A-Za-z0-9_]+([-.][A-Za-z0-9_]+)*\.[A-Za-z0-9_]+([-.][A-Za-z0-9_]+)*

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment