Skip to content

Instantly share code, notes, and snippets.

@yuezk
Created October 16, 2015 13:22
Show Gist options
  • Save yuezk/be68f434cf0e27e04dcd to your computer and use it in GitHub Desktop.
Save yuezk/be68f434cf0e27e04dcd to your computer and use it in GitHub Desktop.
中国内地手机号(联通,移动,电信)正则表达式
// 参考维基百科 - 中国内地移动终端通讯号码 http://t.cn/Ryr1Emc
var reg = /^(13[0-9]|15[0-35-9]|18[0-9]|17[06-8]|14[57])\d{8}$/
@JLHwung
Copy link

JLHwung commented Mar 18, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment