Skip to content

Instantly share code, notes, and snippets.

@ma-9
Created November 4, 2019 11:17
Show Gist options
  • Save ma-9/56e35235e66afe9719afe3dee5177a79 to your computer and use it in GitHub Desktop.
Save ma-9/56e35235e66afe9719afe3dee5177a79 to your computer and use it in GitHub Desktop.
Regular Expression for Email Validation by MA9
/^([a-z0-9\.-]+)@([a-z0-9-]+).([a-z]{2,8})(.[a-z]{2,8})/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment