*?matches any number of characters from the set below:
\sany whitespace character
\Sany non-whitespace character
\]the literal ] (9310 / 1358 / 5D16)
*the literal * (4210 / 528 / 2A16)
?the literal ? (6310 / 778 / 3F16)
>the literal > (6210 / 768 / 3E16)
[the literal [ (9110 / 1338 / 5B16)
\sany whitespace character
\Sany non-whitespace character