The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Email Address Validation
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Segey RytikoveditedPosted Dec 9, 2010, 9:21 AMEdited Dec 9, 2010, 9:22 AM
Glad to find code validation instead of regex. My tests revealed such bug: day@gmailcom is not returning false. This fixed the problem: if (!domain.Contains(".")) return false;