Based on urlregex.com
Validate email syntax in JavaScript
Is valid | |
---|---|
Fred [email protected] | true |
Joe.\[email protected] | true |
"Abc@def"@example.com | true |
"Fred Bloggs"@example.com | false |
customer/department=[email protected] | true |
$[email protected] | true |
!def!xyz%[email protected] | true |
[email protected] | true |
Abc@[email protected] | true |