Last active
April 5, 2018 16:03
-
-
Save martinusso/cf5536a5f6cd61aecaf0e32947deca15 to your computer and use it in GitHub Desktop.
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
'^(?:(?:\+|00)?(\d)?)?([0-9]{10,12})$'; |
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
`^[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