Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-19 02:26
Flavor·PCRE (Legacy)

/
^\s*product \{\n\s*.*(?<!id)$
/
gm
Open regex in editor

Description

It detects the following product { brand

and ignores product { id

Submitted by anonymous