Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-09-21 14:13
Flavor·Python

r"
{([^}]*)}
"
gm
Open regex in editor

Description

Find every used variable in string between { and }

Submitted by anonymous