Displaying page
of
pages;
Items to
Title |
Test
Details
Email Validation (Right Way)
|
Expression |
/^[A-Z0-9._-]+@[A-Z0-9.-]+\.[A-Z0-9.-]+$/i
|
Description |
Simple, but effective; including .com.mt, .co.uk etc.
To include more characters for the email name:
^[A-Z0-9._(ADD HERE)-]+@[A-Z0-9.-]+\.[A-Z0-9.-]+$
remove brackets obviously.
|
Matches |
|
Non-Matches |
|
Author |
Rating:
RobertCrog
|
Displaying page
of
pages;
Items to