You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
No reason to reinvent the wheel here, the following post explains a regex
approach to email validation and provides bash formatted options.
http://solidlystated.com/scripting/proper-email-address-validation/
Doubt the link will die but none the less:
^(([-a-zA-Z0-9\!#\$%\&\'*+/=?^_\`{\|}~])+\.)*[-a-zA-Z0-9\!#\$%\&\'*+/=?^_\`{\|}~
]+@\w((-|\w)*\w)*\.(\w((-|\w)*\w)*\.)*\w{2,4}$
Chris White
Original issue reported on code.google.com by
[email protected]
on 18 Feb 2015 at 2:39The text was updated successfully, but these errors were encountered: