Skip to content

Instantly share code, notes, and snippets.

@ain
Last active December 28, 2015 23:19
Show Gist options
  • Save ain/7577954 to your computer and use it in GitHub Desktop.
Save ain/7577954 to your computer and use it in GitHub Desktop.
Email validation regex for emails likely to be used in Germany.
var emailRegex = /^([\wäöüÜÖÄß])+(([\.]{0,1}[\wäöüÜÖÄß])?)*(([\+]{0,1}[\wäöüÜÖÄß])?)*([\wäöüÜÖÄß-])*\@([\wäöüÜÖÄß-]+\.)+([\w]{2,})+$/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment