Title |
Test
Find
E-Mail Validator
|
Expression |
^([a-zA-Z0-9]+)([\._-]?[a-zA-Z0-9]+)*@([a-zA-Z0-9]+)([\._-]?[a-zA-Z0-9]+)*([\.]{1}[a-zA-Z0-9]{2,})+$ |
Description |
This can be used to test, the entered email address is valid or not |
Matches |
|
Non-Matches |
|
Author |
Rating:
Murugan
|
Source |
|
Your Rating |
|
Title: WRONG WRONG WRONG
Name: Randal L. Schwartz
Date: 4/27/2007 9:47:33 AM
Comment:
This failes to match fred&[email protected], which is a valid email address (an autoresponder).
PLEASE READ RFC822 before posting an "email validator".