Displaying page
of
pages;
Items to
Title |
Test
Details
Simple E-mail Regex
|
Expression |
^[a-zA-Z0-9._\-]+@[a-z0-9\-]+(\.[a-z]+){1,}$
|
Description |
Matches simple e-mail addresses such as [email protected], [email protected], but does not place any restrictions on TLDs other than they must be lower case and alphabetic. a-z, A-Z, 0-9, ., _, and - are all allowed on the left side of @.
|
Matches |
|
Non-Matches |
@test.com|@.com|@.
|
Author |
Rating:
Kevin Herrera
|
Displaying page
of
pages;
Items to