Skip to content

Instantly share code, notes, and snippets.

@arozwalak
Created November 14, 2013 10:13
Show Gist options
  • Save arozwalak/7464473 to your computer and use it in GitHub Desktop.
Save arozwalak/7464473 to your computer and use it in GitHub Desktop.
RegExp: Email validation
^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment