Regular Expressions 101

Community Patterns

template string match

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(\#\{[\s]*.*?[\s]*\})
/

Description

match like this: ${foo}

Submitted by anonymous - 10 months ago