Password with 2 uppercase letter, 2 lowercase, and two 2 digits at least, starting from letter.

regex101.com/r/iU5hS2/6

^[A-Za-z](?=.*[A-Z])(?=.*[0-9].*[0-9])(?=.*[a-z]).{7,32}$