Skip to content

Instantly share code, notes, and snippets.

@escapedcat
Last active May 18, 2016 10:02
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 escapedcat/d338f868b8b8186ea4ad88c601681777 to your computer and use it in GitHub Desktop.
Save escapedcat/d338f868b8b8186ea4ad88c601681777 to your computer and use it in GitHub Desktop.
Regex Chinese Mobilphone numbers
// https://en.wikipedia.org/wiki/Telephone_numbers_in_China
var regexp = /(1[34578]\d{9})/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment