Regular Expressions 101

Community Patterns

templating regex

0

Regular Expression
PCRE (PHP <7.3)

/
{{\W*((?:(?:[a-zA-Z_]\w+?(?:\[\d+\])?(?:\.[a-zA-Z_])?))+)\W*}}
/
gm

Description

not perfect, but a start double brace template

Submitted by fallen - 5 years ago