^start of string
\d{2}a digit, repeated exactly 2 times
\ban ASCII word boundary
.*any character (except for line terminators), repeated any number of times
credits betweenthe literal text credits between (case sensitive) .*any character (except for line terminators), repeated any number of times
\ban ASCII word boundary
\d{2}a digit, repeated exactly 2 times
$end of string, or before its final line terminator