Regular Expressions 101

Community Patterns

Not selecting text

0

Regular Expression
PCRE (PHP <7.3)

/
^(?i)(?!.*@text.*$).+
/
gm

Description

You dont want to match the pattern, but want to match any text above or below the pattern

Submitted by anonymous - 5 years ago