Regular Expressions 101

Community Patterns

手机号

0

Regular Expression
PCRE (PHP <7.3)

/
^(13[0-9]|14[5|7]|15[0|1|2|3|5|6|7|8|9]|18[0|1|2|3|5|6|7|8|9])\d{8}$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago