Skip to content

Instantly share code, notes, and snippets.

@blooski
Last active December 22, 2015 01:59
Show Gist options
  • Save blooski/6400448 to your computer and use it in GitHub Desktop.
Save blooski/6400448 to your computer and use it in GitHub Desktop.
Validate Phone Number - number digits
return value.replace(/\D/g,'').length===10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment