\d*a Unicode decimal digit, repeated any number of times
-the literal - (4510 / 558 / 2D16)
\d*a Unicode decimal digit, repeated any number of times
-the literal - (4510 / 558 / 2D16)
\d*a Unicode decimal digit, repeated any number of times
\s*a Unicode whitespace character, repeated any number of times
\d*a Unicode decimal digit, repeated any number of times
?matches at most one character from the set below:
:the literal : (5810 / 728 / 3A16)
\d*a Unicode decimal digit, repeated any number of times