Regular Expressions 101

Community Patterns

0

任意字符串

PCRE2 (PHP >=7.3)
(.*)
Submitted by kobunketsu - 2 years ago

international country code matcher

1

Regular Expression
PCRE2 (PHP >=7.3)

/
\+(9[976]\d|8[987530]\d|6[987]\d|5[90]\d|42\d|3[875]\d| 2[98654321]\d|9[8543210]|8[6421]|6[6543210]|5[87654321]| 4[987654310]|3[9643210]|2[70]|7|1)\d{1,14}$
/
gm

Description

Loading markdown...
Submitted by anonymous - 2 years ago