Skip to content

Instantly share code, notes, and snippets.

@willwright82
Created May 2, 2017 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willwright82/c6a0f14b607ca48d3e7607d56bd27df5 to your computer and use it in GitHub Desktop.
Save willwright82/c6a0f14b607ca48d3e7607d56bd27df5 to your computer and use it in GitHub Desktop.
Regex for checking International phone number formats
\+?\d+(?:\-|\.)?\(?\d+(?:\)|\.)?(?:(?:\-|\.)?\d{3,})+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment