reg exp for password
How to test that the password should satisfy the following condition
1) It should be atleast 6 char long
2) It should contain alphanumeric values with atleast 1 character and number.
3) It should not contain any repeated consecutive characters.
Any help on this is really appreciated. Thanks in advance.
|