Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

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

Description

Matches the template literals in a given string

Submitted by Ozzy - 9 years ago