Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » password regular expression
Sorry, but there are no more tags available to filter with.
  • Password checking

    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 ...
    Posted to Discussion (Forum) by lagorgy on September 21, 2007