\d+a Unicode decimal digit, repeated at least once
\.the literal . (4610 / 568 / 2E16)
\d+a Unicode decimal digit, repeated at least once
\.the literal . (4610 / 568 / 2E16)
\d+a Unicode decimal digit, repeated at least once
\s?optionally matches a Unicode whitespace character
\/the literal / (4710 / 578 / 2F16)
\d+a Unicode decimal digit, repeated at least once
-the literal - (4510 / 558 / 2D16)
\s?optionally matches a Unicode whitespace character
\d+a Unicode decimal digit, repeated at least once