Created
January 10, 2020 05:58
-
-
Save fayazara/d946d9f35f55a77398b5c5bc9f61972d to your computer and use it in GitHub Desktop.
Regex for validating Indian phone numbers - Without starting with 0 & 10 digits
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
| ^[1-9][0-9]{9}$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment