.*any character (except for line terminators), repeated any number of times
\ban ASCII word boundary
\d{2}a digit, repeated exactly 2 times
\.the literal . (4610 / 568 / 2E16)
\d{2}a digit, repeated exactly 2 times
\ban ASCII word boundary
%the literal % (3710 / 458 / 2516)