0

I'm having regular expression which is checking if password is having at least one number one upper one lower.

Now we want to add "Password" should not be used in password. i'm not getting how i can add this existing regular expression.

here is the regex:

@"^(?=(.*\d){1})(?=.*[A-Z])(?=.*[a-z]).{8,128}$"

Please help me.

Ram Singh
  • 5,979
  • 29
  • 93
  • 156

0 Answers0