Home >php教程 >PHP源码 >php正则验证-PHP手机号验证(13,14,15,17,18)

php正则验证-PHP手机号验证(13,14,15,17,18)

WBOY
WBOYOriginal
2016-06-10 15:03:051437browse
跳至 [1] [全屏预览]
 regexp:/^1[3|4|5|7|8][0-9]\d{4,8}$/, //PHP手机号验证函数(13,14,15,17,18)
//regexp: /1[3458]{1}\d{9}$/
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn