^start of line
\d{1,3}a digit, repeated between 1 and 3 times
?repeats the group contents below at most once:
\sany whitespace character
-the literal - (4510 / 558 / 2D16)
\(?optionally matches the literal ( (4010 / 508 / 2816)
\da digit
\da digit
\da digit
\)?optionally matches the literal ) (4110 / 518 / 2916)