G
Guest
I am trying to formulate a regular expression that would not allow strings
such as the following to be entered.
XXXXXXXXXXXXXXXX
AAAAAAAAAAAAAAA
BBBBBBBBB
Basically any repeating character > 2 of the same character.
I have tried several things and I can't seem to get it to work.
Any suggestions ?
such as the following to be entered.
XXXXXXXXXXXXXXXX
AAAAAAAAAAAAAAA
BBBBBBBBB
Basically any repeating character > 2 of the same character.
I have tried several things and I can't seem to get it to work.
Any suggestions ?