Skip to content

Instantly share code, notes, and snippets.

@matheop
Created October 29, 2020 15:37
Show Gist options
  • Save matheop/fe8122906b79f5b8e6b1a3f3d657a7f2 to your computer and use it in GitHub Desktop.
Save matheop/fe8122906b79f5b8e6b1a3f3d657a7f2 to your computer and use it in GitHub Desktop.

Regex for a valid email:

^(([^<>()\[\]\\.,;:\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