^start of line
\d{10}a digit, repeated exactly 10 times
\-the literal - (4510 / 558 / 2D16)
\d{4}a digit, repeated exactly 4 times
\-the literal - (4510 / 558 / 2D16)
\d{4}a digit, repeated exactly 4 times
\-the literal - (4510 / 558 / 2D16)
\d{4}a digit, repeated exactly 4 times
$end of line