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