Created
August 27, 2020 09:28
-
-
Save Semdevmaster/90eb632ff1ca7242817bd6f6d680622b to your computer and use it in GitHub Desktop.
Regular Expressions
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
| For test regexp - https://regex101.com/ | |
| #JS phone number | |
| \+7\s\(\d{3}\)\s\d{3}-\d{2}-\d{2} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment