0
votes
Why doesn’t my email regex for PHP work?
I've now collated test cases from Cal Henderson, Dave Child, Phil Haack, Doug Lovell and RFC 3696. 158 test addresses in all.
I ran all these tests against all the validators I could find. …
21
votes
What is the best regular expression for validating email addresses?
I've now collated test cases from Cal Henderson, Dave Child, Phil Haack, Doug Lovell, RFC5322 and RFC 3696. 222 test addresses in all.
I ran all these tests against all the validators I cou …
2
votes
Regexp recognition of email address hard?
I've now collated test cases from Cal Henderson, Dave Child, Phil Haack, Doug Lovell and RFC 3696. 158 test addresses in all.
I ran all these tests against all the validators I could find. …
3
votes
How far should one take e-mail address validation?
Use an open-source validator which doesn't give false negatives. Zero effort for you and robust validation for your app.
I've now collated test cases from Cal Henderson, Dave Child, Phil Ha …
2
votes
Why are people using regexp for email and other complex validation?
I don't believe correct email validation can be done with a single regular expression (now there's a challenge!). One of the issues is that comments can be nested to an arbitrary depth in both the …
