\d{1,2}a Unicode decimal digit, repeated between 1 and 2 times
.any Unicode character (except for line terminators)
\d{1,2}a Unicode decimal digit, repeated between 1 and 2 times
.any Unicode character (except for line terminators)
\d{4}a Unicode decimal digit, repeated exactly 4 times
g modifier: global. Finds all matches instead of stopping after the first