Skip to content

Instantly share code, notes, and snippets.

@gabrii
Created October 18, 2013 17:36
Show Gist options
  • Save gabrii/7045082 to your computer and use it in GitHub Desktop.
Save gabrii/7045082 to your computer and use it in GitHub Desktop.
Regular Expression for matching emails.
re.match(r"^[A-Za-z0-9\.\+_-]+@[A-Za-z0-9\._-]+\.[a-zA-Z]*$", email)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment