Live data from Hacker News

Regexp to validate email addresses according to the RFC 822 grammar

ex-parrot.com

1–4 of 4 posts

Re: Regexp to validate email addresses according to the RFC 822 grammar

#4
My project https://github.com/dhoerl/EmailAddressFinder constructs a rfc5322 compliant regex by building up small verifiable pieces. You can option comments up to an arbitrary depth. There is a test suite from another interested party that this regex succeeds 100%.