Created
October 16, 2015 13:22
-
-
Save yuezk/be68f434cf0e27e04dcd to your computer and use it in GitHub Desktop.
中国内地手机号(联通,移动,电信)正则表达式
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 参考维基百科 - 中国内地移动终端通讯号码 http://t.cn/Ryr1Emc | |
var reg = /^(13[0-9]|15[0-35-9]|18[0-9]|17[06-8]|14[57])\d{8}$/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference: https://github.com/VincentSit/ChinaMobilePhoneNumberRegex