Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-02-04 00:11
Flavor·PCRE (Legacy)

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

Description

Capture Status followed by Nested JSON

Submitted by anonymous