*matches any number of characters outside the set below:
\x20the literal (2016 / 408 / 3210)
\.the literal . (4610 / 568 / 2E16)
\ra carriage return (ASCII 13)
\na line-feed (newline) character (ASCII 10)
\(the literal ( (4010 / 508 / 2816)
\)the literal ) (4110 / 518 / 2916)