| Title |
Test
Find
Strongest Password according to me
|
| Expression |
^(?=.*[0-9])(?=.*[a-zA-Z])(\w|[~!$&+,:;=?\[\]@#_|<>{}()^%*\.\-\+]){5,15} |
| Description |
This Regex accepts AlphaNumeric and specialcharacters.
It contain atleast one character, one alphabet. It may or maynot contain special character(Almost covered may special characters in this). |
| Matches |
Asdf!1234, 123@asdf, @A!@#$1 |
| Non-Matches |
Asdfqwer!, 123456, 1234a |
| Author |
Rating:
Not yet rated.
Vamsi
|
| Source |
|
| Your Rating |
|