Regular Expressions 101

Community Patterns

JSON array of string

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\["(.*)"\]
/
gm

Description

["(.*)"]

Submitted by anonymous - 2 years ago