Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-07-05 20:17
Flavor·ECMAScript (JavaScript)

/
"((?:\\"|[^"])*)"
/
g
Open regex in editor

Description

Parses JSON keys and values between quotation marks, supports escaping the quotation marks by backspashes

Submitted by anonymous