\ban ASCII word boundary
\d{1,2}a digit, repeated between 1 and 2 times
\/the literal / (4710 / 578 / 2F16)
\d{1,2}a digit, repeated between 1 and 2 times
\/the literal / (4710 / 578 / 2F16)
\d{4}a digit, repeated exactly 4 times
\d{2}a digit, repeated exactly 2 times
\ban ASCII word boundary
g modifier: global. Finds all matches instead of stopping after the first