uk:the literal text uk: (case sensitive) \d+a digit, repeated at least once
,the literal , (4410 / 548 / 2C16)
\d+a digit, repeated at least once
,the literal , (4410 / 548 / 2C16)
\wany word character
,the literal , (4410 / 548 / 2C16)
\w+any word character, repeated at least once
,the literal , (4410 / 548 / 2C16)
\w+any word character, repeated at least once