Regular Expressions 101

Community Patterns

0

optional

PCRE2 (PHP >=7.3)
optional
Submitted by anonymous - a year ago
0

ASD

PCRE (PHP <7.3)
HI
Submitted by anonymous - a year ago
0

嵌入条件

PCRE2 (PHP >=7.3)
嵌入条件
Submitted by anonymous - a year ago

Social Security Number - 10/09/18

0

Regular Expression
PCRE (PHP <7.3)

/
\b(?!219-09-9999|078-05-1120)(?!666|000|9\d{2})\d{3}[ -](?!00)\d{2}[ -](?!0{4})\d{4}\b|\b(?!219099999|078051120)(?!666|000|9\d{2})\d{3}(?!00)\d{2}(?!0{4})\d{4}\b
/
gm

Description

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