Regular Expressions 101

Community Patterns

JSON KEY VALUE

-2

Regular Expression
PCRE (PHP <7.3)

/
"key"[ :]+((?=\[)\[[^]]*\]|(?=\{)\{[^\}]*\}|\"[^"]*\")
/

Description

Loading markdown...
Submitted by Marcio Paiva Barbosa - 8 years ago