Skip to content

Instantly share code, notes, and snippets.

@vlas-ilya
Created October 9, 2015 12:19
Show Gist options
  • Save vlas-ilya/1fffeb5e2a850085096e to your computer and use it in GitHub Desktop.
Save vlas-ilya/1fffeb5e2a850085096e to your computer and use it in GitHub Desktop.
var checkPhoneNumberFormat = function (phone) {
return /^[ ()\-0-9]+$/.test(str);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment