Skip to content

Instantly share code, notes, and snippets.

@freewayspb
Created July 19, 2017 13:51
Show Gist options
  • Save freewayspb/10b1519286000a62cdd7b777b9140000 to your computer and use it in GitHub Desktop.
Save freewayspb/10b1519286000a62cdd7b777b9140000 to your computer and use it in GitHub Desktop.
Universal email regexp java-script
/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment