Skip to content

Instantly share code, notes, and snippets.

@yavir-me
Created September 19, 2016 19:13
Show Gist options
  • Save yavir-me/5233e9d757b9683f0fa7773f168dc0ff to your computer and use it in GitHub Desktop.
Save yavir-me/5233e9d757b9683f0fa7773f168dc0ff to your computer and use it in GitHub Desktop.
php email regular expression
emailRegex = /^[A-Z0-9._%+-]+@[A-Z0-9.-]+.[A-Z]{2,4}$/igm;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment