Tagged Fiddles
- 1Revisions14Forks
Email - Forgiving
.+@.+\..+Flexible pattern for matching e-mail addresses associated with a domain. While not matching the RFC2822, it does follow the principle of not being a "validation nazi". http://haacked.com/archive/2007/08/26/dont-be-a-validation-nazi.aspx#+ Match these dagilleland@shaw.ca m@m.m my@email..com #- Don't match these bob @home @ m@m - 1Revisions12Forks
Email - Forgiving
/.+@.+\../Flexible pattern for matching e-mail addresses associated with a domain. While not matching the RFC2822, it does follow the principle of not being a "validation nazi". http://haacked.com/archive/2007/08/26/dont-be-a-validation-nazi.aspx#+ Match these dagilleland@shaw.ca m@m.m #- Don't match these bob @home @ m@m - 1Revisions12Forks
Email - Forgiving
(.@.+\...)Flexible pattern for matching e-mail addresses associated with a domain. While not matching the RFC2822, it does follow the principle of not being a "validation nazi". http://haacked.com/archive/2007/08/26/dont-be-a-validation-nazi.aspxThe user "GUIDI ALBERTO" <AGuidi@comune.brescia.it> (Aguidi) - 1Revisions16Forks
Email - Forgiving
/.+@.+\..+/gFlexible pattern for matching e-mail addresses associated with a domain. While not matching the RFC2822, it does follow the principle of not being a "validation nazi". http://haacked.com/archive/2007/08/26/dont-be-a-validation-nazi.aspx#+ Match these dagilleland@shaw.ca m@m.m #- Don't match these bob @home @ m@m