+matches at least one character from the set below:
\wany word character
-the literal - (4510 / 558 / 2D16)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
.+any character (except for line terminators), repeated at least once