*matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
À-ÿone character from À (19210) to ÿ (25510) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
.the literal . (4610 / 568 / 2E16)
\sany whitespace character
&the literal & (3810 / 468 / 2616)
\/the literal / (4710 / 578 / 2F16)
(the literal ( (4010 / 508 / 2816)
)the literal ) (4110 / 518 / 2916)
\"the literal " (3410 / 428 / 2216)
%-+one character from % (3710) to + (4310)
\[the literal [ (9110 / 1338 / 5B16)
\]the literal ] (9310 / 1358 / 5D16)
\*the literal * (4210 / 528 / 2A16)
\$the literal $ (3610 / 448 / 2416)