thanks, I missed your first link…
The challenge doesn’t actually say ‘at least’. It just says has 2 consecutive digits. Therefore, it should not have 3
or more consecutive digits, and it should not have 1 digit or less either.
so that means the other characters found in the lookahead have to be non-digits (\D)