Skip to content

Instantly share code, notes, and snippets.

@nonlogos
Created October 7, 2016 15:53
Show Gist options
  • Save nonlogos/aecf9a0974d8fa8936a7a3be6ea8ea6f to your computer and use it in GitHub Desktop.
Save nonlogos/aecf9a0974d8fa8936a7a3be6ea8ea6f to your computer and use it in GitHub Desktop.
Email Validation Regex
/^(([^<>()\[\]\.,;:\s@\'']+(\.[^<>()\[\]\.,;:\s@\']+)*)|(\'.+\''))@(([^<>()[\]\.,;:\s@\'']+\.)+[^<>()[\]\.,;:\s@\'']{2,})$/i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment