Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-03-25 12:45
Flavor·PCRE (Legacy)

/
^(?i)(?!.*@text.*$).+
/
gm
Open regex in editor

Description

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

Submitted by anonymous