Regex for e-mail verification
This regex checks if an email address is valid.
It doesn't allow domain parts in the format [255.255.255.255].
It requires at least a domain and tld. (me@local is not allowed)
It does allow quoted strings in the local part.
It doesn't allow comments. Neither in the local nor in the domain part.
It...
Submitted by anonymous - 9 years ago