Other Resources:
Email addresse basic validation
How to perform a basic validation on email address using a regular expression? For example, "test+email@fexample.com" is an invalid email address.
✍: Guest
![]()
To perform a basic validation on email addresses, try this regular expression:
^\D\w+(\.\w+)*[@]\w+(\.\w+)*\.[a-zA-Z]{2,4}$
2013-01-27, 0👍, 0💬
Popular Posts:
How to write a regular expression to parse key-value entries from Windows .INI files? Here is an exa...
How to capture the Baidu spider entries from Web log file? Here are some Web log file entries: 127.0...
A free online regular expression test tool that allows to try you regular expression pattern and see...
A free online regular expression test tool that allows to try you regular expression pattern and see...
How to capture the Sogou web spider entries from Web log file? Here are some Web log file entries: 1...