Regular Expressions 101

Community Patterns

0

css class

PCRE (PHP <7.3)
css class
Submitted by anonymous - a year 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