I'm creating a password validation, and the requirements are that if a character is used, it has to be used 3 times, such as AAABBB, AABBAB, or A999000AA. I'm creating a password validation, and the req
I'm creating a password validation, and the requirements are that if a character is used, it has to be used 3 times, such as AAABBB, AABBAB, or A999000AA. I'm creating a password validation, and the req