"the literal " (3410 / 428 / 2216)
Negated Character Class[^"]+ +matches at least one character outside the set below:
"the literal " (3410 / 428 / 2216)
"the literal " (3410 / 428 / 2216)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
{the literal { (12310 / 1738 / 7B16)
Negated Character Class[^}]* *matches any number of characters outside the set below:
}the literal } (12510 / 1758 / 7D16)
}the literal } (12510 / 1758 / 7D16)
,?optionally matches the literal , (4410 / 548 / 2C16)
\Kresets the starting point of the reported match. Any previously consumed characters are no longer included in the final match
g modifier: global. Finds all matches instead of stopping after the first