Skip to content

Instantly share code, notes, and snippets.

@spacelis
Created November 16, 2013 10:59
Show Gist options
  • Save spacelis/7498867 to your computer and use it in GitHub Desktop.
Save spacelis/7498867 to your computer and use it in GitHub Desktop.
EMAILPTN = re.compile("^[-!#$%&'*+/0-9=?A-Z^_a-z{|}~]"
"(\.?[-!#$%&'*+/0-9=?A-Z^_a-z{|}~])*"
"@[a-zA-Z](-?[a-zA-Z0-9])*"
"(\.[a-zA-Z](-?[a-zA-Z0-9])*)+$")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment