Regular Expressions 101

Community Patterns

Outher {} brackets

1

Regular Expression
ECMAScript (JavaScript)

/
(\{(?:[^}{]+|\{(?:[^}{]+|\{[^}{]*\})*\})*\})
/
mg

Description

no description available

Submitted by anonymous - 8 years ago