\(the literal ( (4010 / 508 / 2816)
\d{4}a Unicode decimal digit, repeated exactly 4 times
\d{2}a Unicode decimal digit, repeated exactly 2 times
\d{2}a Unicode decimal digit, repeated exactly 2 times
the literal (3210 / 408 / 2016)
\d{2}a Unicode decimal digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a Unicode decimal digit, repeated exactly 2 times
*matches any number of characters from the set below:
\sa Unicode whitespace character
|the literal | (12410 / 1748 / 7C16)
athe literal a (9710 / 1418 / 6116) (case sensitive)
pthe literal p (11210 / 1608 / 7016) (case sensitive)
mthe literal m (10910 / 1558 / 6D16) (case sensitive)
\)the literal ) (4110 / 518 / 2916)