*matches any number of characters from the set below:
\ra carriage return (ASCII 13)
|the literal | (12410 / 1748 / 7C16)
\na line-feed (newline) character (ASCII 10)
|the literal | (12410 / 1748 / 7C16)
^the literal ^ (9410 / 1368 / 5E16)
<the literal < (6010 / 748 / 3C16)