Skip to content

Instantly share code, notes, and snippets.

@mxlje
Created April 4, 2015 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxlje/f25912aad4d6280f7026 to your computer and use it in GitHub Desktop.
Save mxlje/f25912aad4d6280f7026 to your computer and use it in GitHub Desktop.
var valid_email = /[a-z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/;
@mxlje
Copy link
Author

mxlje commented Apr 4, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment