| Title |
Test
Find
E-mail validation
|
| Expression |
^(?:[^@<>;:,.()\s\[\]\\]+(?:\.(?!@))?)+@(?:[\w\-]+(?:\.(?!\.))?)+\.[A-Za-z]{2,6}$ |
| Description |
Email validation intended for javascript: use of lookahead ('.' not followed by '@') instead of lookbehind ('@' not preceded by '.'). It doesn't allow ip addresses. |
| Matches |
|
| Non-Matches |
|
| Author |
Rating:
Not yet rated.
Christof Verhoeven
|
| Source |
|
| Your Rating |
|