Regular Expressions 101

Community Patterns

JSON Key Value Matching

0

Regular Expression
PCRE (PHP <7.3)

/
\"([^\"]+)\":\s+(?:(?:\"([^\"]+)\")|([^,\r\n]+)),?
/
g

Description

no description available

Submitted by Jargon - 8 years ago