Skip to content

Instantly share code, notes, and snippets.

@CliffCrerar
Last active September 9, 2019 10:18
Show Gist options
  • Save CliffCrerar/8e4da6885dd20d0a1c011d2c10a965c2 to your computer and use it in GitHub Desktop.
Save CliffCrerar/8e4da6885dd20d0a1c011d2c10a965c2 to your computer and use it in GitHub Desktop.
var email{
content: '/^(([^<>()[\]\\.,;:\s@\']+(\.[^<>()[\]\\.,;:\s@\']+)*)|(\'.+\'))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/';
}
class Email {
content: '/^(([^<>()[\]\\.,;:\s@\']+(\.[^<>()[\]\\.,;:\s@\']+)*)|(\'.+\'))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/';
}
@CliffCrerar
Copy link
Author

regex ts

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