Guest_imported
New member
- Jan 1, 1970
- 0
I need to write a regular expression to match a password field. The password cannot have 3 consecutive identical characters. I tried to use the expression: (.)\1
This only matched two characters.
Any help with this would be greatly appreciated.
-tl
This only matched two characters.
Any help with this would be greatly appreciated.
-tl