\d{1,2}a Unicode decimal digit, repeated between 1 and 2 times
/the literal / (4710 / 578 / 2F16)
\d{1,2}a Unicode decimal digit, repeated between 1 and 2 times
/the literal / (4710 / 578 / 2F16)
\d{2}a Unicode decimal digit, repeated exactly 2 times