Regular Expressions 101

Community Patterns

Capture variable

0

Regular Expression
Python

r"
\{((?:[A-Za-z])+)\}
"
gm

Description

test

Submitted by anonymous - 2 years ago