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 …
