\~the literal ~ (12610 / 1768 / 7E16)
\!the literal ! (3310 / 418 / 2116)
+matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
\ the literal (3210 / 408 / 2016)
startthe literal text start (case sensitive) Non-Capturing Group(?:(?:(?:\(|,)\ ?[\w]+)*?\)) Non-Capturing Group(?:(?:\(|,)\ ?[\w]+)*? *?repeats the group contents below any number of times:
Non-Capturing Group(?:\(|,) \(the literal ( (4010 / 508 / 2816)
,the literal , (4410 / 548 / 2C16)
\ ?optionally matches the literal (3210 / 408 / 2016)
+matches at least one character from the set below:
\wany word character
\)the literal ) (4110 / 518 / 2916)
\:the literal : (5810 / 728 / 3A16)
\{the literal { (12310 / 1738 / 7B16)
+?matches at least one character from the set below:
\Sany non-whitespace character
\sany whitespace character
Non-Capturing Group(?:(?<!\\)\}\:end) Negative Lookbehind(?<!\\) \\the literal \ (9210 / 1348 / 5C16)
\}the literal } (12510 / 1758 / 7D16)
\:the literal : (5810 / 728 / 3A16)
endthe literal text end (case sensitive) g modifier: global. Finds all matches instead of stopping after the first