Regular Expressions 101

Community Patterns

Regex match placeholder

0

Regular Expression
PCRE (PHP <7.3)

/
\{(.*?[a-zA-Z]+.*?)\}
/
g

Description

ASD___asdfffasd {this}{exam}{problem}{is}{boring}

Submitted by YavorG - 6 years ago