Community Patterns

Community Library Entry

-2

Regular Expression
Created·2021-02-16 08:53
Flavor·PCRE2 (PHP)

/
^((?!test).)*$
/
gm
Open regex in editor

Description

this will exclude particular phrase from a line. means it will match only those line which dont have those word

Submitted by anonymous