+matches at least one character from the set below:
\p{L}any Unicode letter
\p{N}a decimal digit, letterlike number, or other numeric character
_the literal _ (9510 / 1378 / 5F16)
\.the literal . (4610 / 568 / 2E16)
\'the literal ' (3910 / 478 / 2716)
\-the literal - (4510 / 558 / 2D16)
\+the literal + (4310 / 538 / 2B16)