Regular Expressions 101

Community Patterns

4

import url image

Python
import url image
Submitted by bartimeys - 8 years ago

Match nth occurence of pattern

4

Regular Expression
PCRE (PHP <7.3)

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

Description

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