Community Patterns

Community Library Entry

-2

Regular Expression
Created·2015-07-07 20:18
Flavor·PCRE (Legacy)

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

Description

Get key value in json string

Submitted by Marcio Paiva Barbosa