*matches any number of characters outside the set below:
^the literal ^ (9410 / 1368 / 5E16)
\\the literal \ (9210 / 1348 / 5C16)
\"the literal " (3410 / 428 / 2216)
\na line-feed (newline) character (ASCII 10)
\sany whitespace character
\}the literal } (12510 / 1758 / 7D16)
\{the literal { (12310 / 1738 / 7B16)
\|the literal | (12410 / 1748 / 7C16)
\`the literal ` (9610 / 1408 / 6016)
<the literal < (6010 / 748 / 3C16)
>the literal > (6210 / 768 / 3E16)
~the literal ~ (12610 / 1768 / 7E16)