?repeats the group contents below at most once:
?optionally matches the literal (3210 / 408 / 2016)
\[?optionally matches the literal [ (9110 / 1338 / 5B16)
dotthe literal text dot (case sensitive) ]?optionally matches the literal ] (9310 / 1358 / 5D16)
?optionally matches the literal (3210 / 408 / 2016)
+matches at least one character from the set below:
\wa Unicode word character
.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)