All Tags »
password regular expression
Sorry, but there are no more tags available to filter with.
-
Hi,
I'm trying to do a regular expression that checks the following:Check if there are at least "X" number of [A-Z].Check if there are at least "Y" number of [a-z].Check if there are at least "I" number of [0-9].Check if there are at least "N" number of [!#$%].7 characters long.Contain only A-Z ...