Regular Expressions 101

Community Patterns

Env Var

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(^[sife]+)(\=.*)
/
gm

Description

Regex to match Env Variable whole line

Submitted by anonymous - 2 years ago