\d+a Unicode decimal digit, repeated at least once
-the literal - (4510 / 558 / 2D16)
\d+a Unicode decimal digit, repeated at least once
-the literal - (4510 / 558 / 2D16)
\d+a Unicode decimal digit, repeated at least once
\s*a Unicode whitespace character, repeated any number of times
\d*a Unicode decimal digit, repeated any number of times
:?optionally matches the literal : (5810 / 728 / 3A16)
\d+a Unicode decimal digit, repeated at least once