Negated Character Class[^{\n]+ +matches at least one character outside the set below:
{the literal { (12310 / 1738 / 7B16)
\na line-feed (newline) character (ASCII 10)
\s*any whitespace character, repeated any number of times
\{the literal { (12310 / 1738 / 7B16)
\s*any whitespace character, repeated any number of times
Negated Character Class[^:]*? *?matches any number of characters outside the set below:
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
Negated Character Class[^}]*? *?matches any number of characters outside the set below:
}the literal } (12510 / 1758 / 7D16)
\s*any whitespace character, repeated any number of times
;?optionally matches the literal ; (5910 / 738 / 3B16)
\s*any whitespace character, repeated any number of times
}the literal } (12510 / 1758 / 7D16)
g modifier: global. Finds all matches instead of stopping after the first