\(?optionally matches the literal ( (4010 / 508 / 2816)
\d{3}a Unicode decimal digit, repeated exactly 3 times
\)?optionally matches the literal ) (4110 / 518 / 2916)
{0,}matches any number of characters from the set below:
-the literal - (4510 / 558 / 2D16)
\sa Unicode whitespace character
\d{3}a Unicode decimal digit, repeated exactly 3 times
{0,}matches any number of characters from the set below:
-the literal - (4510 / 558 / 2D16)
\sa Unicode whitespace character
\d{2}a Unicode decimal digit, repeated exactly 2 times
{0,}matches any number of characters from the set below:
-the literal - (4510 / 558 / 2D16)
\sa Unicode whitespace character
\d{2}a Unicode decimal digit, repeated exactly 2 times