Regular Expressions 101

Community Patterns

Replace variable value with variable

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(--([A-z\-]*?):(?<!--rgb:)).*?;
/
gm

Description

Replace variable value with variable

Submitted by anonymous - 3 years ago