Skip to content

Instantly share code, notes, and snippets.

@datawebbie
Created February 18, 2018 09:55
Show Gist options
  • Save datawebbie/478239206d063e7043e6eaf1b3264ec6 to your computer and use it in GitHub Desktop.
Save datawebbie/478239206d063e7043e6eaf1b3264ec6 to your computer and use it in GitHub Desktop.
Regular expression for email address format validation
^[-!#$%&'*+\/0-9=?A-Z^_a-z{|}~](\.?[-!#$%&'*+\/0-9=?A-Z^_a-z`{|}~])*@[a-zA-Z0-9](-?\.?[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