Skip to content

Instantly share code, notes, and snippets.

@Dcolonel6
Created July 1, 2016 10:24
Show Gist options
  • Save Dcolonel6/f9f32629193e9454536aa8405f29421f to your computer and use it in GitHub Desktop.
Save Dcolonel6/f9f32629193e9454536aa8405f29421f to your computer and use it in GitHub Desktop.
Regex that matches number starting with "+254" followed by 9 digits
/^\+254\d{9}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment