Regular Expressions 101

Community Patterns

1...45678...594

Find the JSON in invalid string

0

Regular Expression
PCRE (PHP <7.3)

/
\{(.|\s)*\}
/
xm

Description

Submitted by anonymous - 8 years ago