Community Patterns

Community Library Entry

0

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

/
(?<! {5})(\".+?\": [^\\[{\n]+(?:,|\n))|(?<! {5})(".+?": {[\S\s]+?},)|(?<! {5})(".+?": \[[\S\s]+?\],)
/
g
Open regex in editor

Description

Group 1: All properties without [ ], { } Group 2: Properties with class Group 3: Properties with array

Submitted by anonymous