4
votes
Is there a php library for email address validation?
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. …
30
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 …
3
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. …
12
votes
Maximum length of a valid email id
The original version of RFC 3696 did indeed say 320 was the maximum length, but John Klensin subsequently accepted this was WRONG.
The maximum length is specified in …
0
votes
list of email addresses that can be used to test a javascript validation script.
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. …
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 …
