Skip to content

Instantly share code, notes, and snippets.

@damien-list
Created December 7, 2012 14:27
Show Gist options
  • Save damien-list/4233569 to your computer and use it in GitHub Desktop.
Save damien-list/4233569 to your computer and use it in GitHub Desktop.
Vérifier une adresse e-mail
function is_email(id){return (/^([w!.%+-*])+@([w-])+(?:.[w-]+)+$/).test(id);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment