Regular Expressions 101

Community Patterns

Capture Status followed by Nested JSON

0

Regular Expression
PCRE (PHP <7.3)

/
(?:changed: \[)([A-Za-z0-9-.]+)(?:\]) => (\{([^{}]|(?R))*\})
/
gs

Description

Capture Status followed by Nested JSON

Submitted by anonymous - 4 years ago