Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Created July 6, 2017 16:31
Show Gist options
  • Save ihorduchenko/4c94c97dd2821874df351300b97219a0 to your computer and use it in GitHub Desktop.
Save ihorduchenko/4c94c97dd2821874df351300b97219a0 to your computer and use it in GitHub Desktop.
Angular 2 email validation RegEx
Validators.pattern("[a-z0-9 !#$%&'*+/=&^_`{|}~-]+(?:\.[a-z0-9 !#$%&'*+/=&^_`{|}~-]+)*@(?: [a-z0-9-]*[a-z0-9-])?\.)+[a-z0-9-]*[a-z0-9-])?")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment