| Title |
Test
Find
Optional Special Chars Password match
|
| Expression |
^((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=[ !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]*).{8,16})$ |
| Description |
Optional Special Chars.
Includes space.
Minimum 1 Lower case.
Minimum 1 Upper case.
Min 8 Chars.
Max 16 chars.
Minimum 1 numeric.
|
| Matches |
Match 9999,Match99$I O# |
| Non-Matches |
NonMatch999999991718, NONMATCH8& 2,nonmatch82 *,NonMatch%^^% |
| Author |
Rating:
Not yet rated.
Yogesh Vedak
|
| Source |
Self found Yogesh Ved |
| Your Rating |
|