Skip to content

Instantly share code, notes, and snippets.

@martinusso
Last active April 5, 2018 16:03
Show Gist options
  • Save martinusso/cf5536a5f6cd61aecaf0e32947deca15 to your computer and use it in GitHub Desktop.
Save martinusso/cf5536a5f6cd61aecaf0e32947deca15 to your computer and use it in GitHub Desktop.
regex
'^(?:(?:\+|00)?(\d)?)?([0-9]{10,12})$';
`^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]*[a-zA-Z0-9]+$`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment