+matches at least one character from the set below:
\wany word character
\da digit
\sany whitespace character
\.the literal . (4610 / 568 / 2E16)
\-the literal - (4510 / 558 / 2D16)
,the literal , (4410 / 548 / 2C16)
=the literal = (6110 / 758 / 3D16)
"the literal " (3410 / 428 / 2216)