.*?any character, repeated any number of times
"id": the literal text "id": (case sensitive) \d+a digit, repeated at least once
.*?any character, repeated any number of times
Group 2("exclusions": \[.*?|"desig") 1st Alternative"exclusions": \[.*? "exclusions": the literal text "exclusions": (case sensitive) \[the literal [ (9110 / 1338 / 5B16)
.*?any character, repeated any number of times
"desig"the literal text "desig" (case sensitive) .*?any character, repeated any number of times
{the literal { (12310 / 1738 / 7B16)
g modifier: global. Finds all matches instead of stopping after the first
s modifier: single line. Allows a dot to match line terminators