?repeats the group contents below at most once:
\.the literal . (4610 / 568 / 2E16)
\d{1,9}a digit, repeated between 1 and 9 times
Group 2(\.\d{1,9}(\.(\w|_|-)+)?)? ?repeats the group contents below at most once:
\.the literal . (4610 / 568 / 2E16)
\d{1,9}a digit, repeated between 1 and 9 times
?repeats the group contents below at most once:
\.the literal . (4610 / 568 / 2E16)
+repeats the group contents below at least once:
_the literal _ (9510 / 1378 / 5F16)
-the literal - (4510 / 558 / 2D16)