Welcome To Snipplr


Everyone's Recent Regular Expression Snippets Tagged email



« Prev 1 Next »
RFC 5322 compliant regex
1 4044 posted 8 years ago by cyrilfr
3 3886 posted 16 years ago by nkm
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 3798 posted 16 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 2050 posted 16 years ago by chrisdpratt
This email snippet was borrowed from (FlashJunior), the original snippit is: http://snipplr.com/view/7743/email-check/
0 1341 posted 17 years ago by binarynomad
(Supported by JavaScript, maybe other languages)
3 7422 posted 18 years ago by wizard04
« Prev 1 Next »