\d{4}a digit, repeated exactly 4 times
\/the literal / (4710 / 578 / 2F16)
\d{2}a digit, repeated exactly 2 times
\/the literal / (4710 / 578 / 2F16)
\d{2}a digit, repeated exactly 2 times
the literal (3210 / 408 / 2016)
\d{2}a digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times