Welcome To Snipplr


Everyone's Recent Regular Expression Snippets Tagged email



« Prev 1 Next »
RFC 5322 compliant regex
1 3309 posted 7 years ago by cyrilfr
3 3128 posted 15 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 2909 posted 15 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 1476 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 891 posted 16 years ago by binarynomad
(Supported by JavaScript, maybe other languages)
3 6370 posted 17 years ago by wizard04
« Prev 1 Next »