1.手机号码
/*
* 中国电信号段133、149、153、173、177、180、181、189、199
* 中国联通号段130、131、132、145、155、156、166、171、175、176、185、186
* 中国移动号段134(0-8)、135、136、137、138、139、147、150、151、152、157、158、159、172、178、182、183、184、187、188、198
*/
^(13[0-9]|14[579]|15[0-9]|166|17[1235678]|18[0-9]|19[89])\d{8}$
原文:https://www.cnblogs.com/mirsh/p/10469162.html