Welcome To Snipplr


Everyone's Recent Regular Expression Snippets Tagged email



« Prev 1 Next »
RFC 5322 compliant regex
1 882 posted 5 years ago by cyrilfr
There are multiple ways of checking email adresses about their validity. This script is based on RFC 2822. Please note that based on RFC 2822 [email protected] is considered valid. The second snippet is the one I prefer, which only accepts T...
2 1330 posted 14 years ago by pacey
This regular expression will match almost all valid email addresses. Omits email addresses containing double-quotes and square brackets, which while valid according to [RFC 2822][rfc2822], are almost never used. [rfc2822]: http://tools.ietf.org/ht...
2 835 posted 14 years ago by chrisdpratt
This email snippet was borrowed from (FlashJunior), the original snippit is: http://snipplr.com/view/7743/email-check/
0 464 posted 15 years ago by binarynomad
(Supported by JavaScript, maybe other languages)
3 5012 posted 15 years ago by wizard04
« Prev 1 Next »