Created
July 6, 2017 16:31
-
-
Save ihorduchenko/4c94c97dd2821874df351300b97219a0 to your computer and use it in GitHub Desktop.
Angular 2 email validation RegEx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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