Regular Expressions 101

Community Patterns

0

CHECK

PCRE2 (PHP >=7.3)
CHECK
Submitted by vishnu - 5 months ago
0

Aspnetzero

PCRE2 (PHP >=7.3)
Aspnetzero
Submitted by anonymous - 5 months ago
0

latlonlatlon

PCRE (PHP <7.3)
gg
Submitted by anonymous - 4 months ago

Match nth occurence of expression

1

Regular Expression
PCRE (PHP <7.3)

/
(?:.*?(Constr1)+){3}.*?((Constr1)+)
/
s

Description

Loading markdown...
Submitted by Alex Hall - 8 years ago