Title |
Test
Find
Pattern Title
|
Expression |
^(?:(?:[^@,"\[\]\x5c\x00-\x20\x7f-\xff\.]|\x5c(?=[@,"\[\]\x5c\x00-\x20\x7f-\xff]))(?:[^@,"\[\]\x5c\x00-\x20\x7f-\xff\.]|(?<=\x5c)[@,"\[\]\x5c\x00-\x20\x7f-\xff]|\x5c(?=[@,"\[\]\x5c\x00-\x20\x7f-\xff])|\.(?=[^\.])){1,62}(?:[^@,"\[\]\x5c\x00-\x20\x7f-\xff\.]|(?<=\x5c)[@,"\[\]\x5c\x00-\x20\x7f-\xff])|"(?:[^"]|(?<=\x5c)"){1,62}")@(?:(?:[a-z0-9][a-z0-9-]{1,61}[a-z0-9]\.?)+\.[a-z]{2,6}|\[(?:[0-1]?\d?\d|2[0-4]\d|25[0-5])(?:\.(?:[0-1]?\d?\d|2[0-4]\d|25[0-5])){3}\])$ |
Description |
just another email validation perl regexp. I tryed to follow as much as possible the RFC 3696 don't hesitate to report. |
Matches |
|
Non-Matches |
|
Author |
Rating:
Not yet rated.
jonathan gotti
|
Source |
|
Your Rating |
|
Title: Domain Issues
Name: Jake
Date: 6/28/2011 6:21:05 AM
Comment:
Does not allow .co.uk domain but does allow .gov.uk
Title: Domain problems
Name: Edgar
Date: 2/23/2010 4:28:18 AM
Comment:
[email protected] does not work, although domain does exist
Title: Some mismatches
Name: AltGreu
Date: 10/16/2008 3:29:17 PM
Comment:
According to RFC 3696 :
user@local-domain should match
[email protected] should match
"user\"@domain.com should not match