Skip to content

Instantly share code, notes, and snippets.

@jacky810124
Created December 15, 2017 04:40
Show Gist options
  • Save jacky810124/87d5c387933f8bdf1d92cc5078815a7d to your computer and use it in GitHub Desktop.
Save jacky810124/87d5c387933f8bdf1d92cc5078815a7d to your computer and use it in GitHub Desktop.
const regexpTable = {
tw: /^09\d{8}$/,
cn: /^1[34578]\d{9}$/,
hk: /^([6|9])\d{7}$/,
mo: /^[0][9]\d{8}$/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment