Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-07-28 14:24
Flavor·PCRE2 (PHP)

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

Description

Checks to make sure that there are no package variables inside of the given string.

Submitted by anonymous