?repeats the group contents below at most once:
?optionally matches the literal (3210 / 408 / 2016)
/the literal / (4710 / 578 / 2F16)
-the literal - (4510 / 558 / 2D16)
?optionally matches the literal (3210 / 408 / 2016)
1-9one character from 1 (4910) to 9 (5710)
\d{0,3}a Unicode decimal digit, repeated between 0 and 3 times
?optionally matches the literal (3210 / 408 / 2016)
?matches at most one character from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)