\"the literal " (3410 / 428 / 2216)
\$the literal $ (3610 / 448 / 2416)
\{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)
\"the literal " (3410 / 428 / 2216)
\s?optionally matches a Unicode whitespace character
g modifier: global. Finds all matches instead of stopping after the first
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters