Regular Expressions 101

Community Patterns

Only if before

1

Regular Expression
PCRE (PHP <7.3)

/
^(?:(?!\bbag\b).)*\bred\b.+?\bbag\b
/
gm

Description

Only if needle is before target

Submitted by anonymous - a year ago