Created
July 17, 2017 06:57
-
-
Save devyfriend/f05d63f03d7489b97acd31f34b7f228a to your computer and use it in GitHub Desktop.
validation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM `table` WHERE email REGEXP '^[A-Za-z0-9._%\-+!#$&/=?^|~]+@[A-Za-z0-9.-]+[.][A-Za-z]+$'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment