-
-
Save Dcolonel6/f9f32629193e9454536aa8405f29421f to your computer and use it in GitHub Desktop.
Regex that matches number starting with "+254" followed by 9 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
/^\+254\d{9}/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment