Last active
May 2, 2019 11:10
-
-
Save alionar/dbf09ca1b355463a5979f6f94044a75e to your computer and use it in GitHub Desktop.
Useful 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
| Test it here: https://regex101.com | |
| Indonesia Cell Phone Number (between 10-12 digit) | |
| ^08[0-9]{10,12}$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment