Skip to content

Instantly share code, notes, and snippets.

@devyfriend
Created July 17, 2017 06:57
Show Gist options
  • Save devyfriend/f05d63f03d7489b97acd31f34b7f228a to your computer and use it in GitHub Desktop.
Save devyfriend/f05d63f03d7489b97acd31f34b7f228a to your computer and use it in GitHub Desktop.
validation
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