Regular Expressions 101

Community Patterns

name of variable being assigned to a specific value

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<=const )(.*)(?==\s*styled)
/

Description

name of variable being assigned to a specific value

Submitted by Lesley Chang - 2 years ago