\s*a Unicode whitespace character, repeated any number of times
\S*any character that is not Unicode whitespace, repeated any number of times
\d+a Unicode decimal digit, repeated at least once
:the literal : (5810 / 728 / 3A16)
\d+a Unicode decimal digit, repeated at least once
:the literal : (5810 / 728 / 3A16)
\d+a Unicode decimal digit, repeated at least once