ASP.NET Regular Expression Validator (Password Strength)

前端 未结 3 1803
渐次进展
渐次进展 2021-02-03 11:32

I have a validation control that has the following expression:

(?=(.*\\\\d.*){2,})(?=(.*\\\\w.*){2,})(?=(.*\\\\W.*){1,}).{8,}

That\'s a passwor

3条回答
  •  迷失自我
    2021-02-03 11:59

    How about one of the existing jQuery based password strength validators - like: http://scripts.simplythebest.net/4/Ajax-Password-Strength-Meter-software.html

提交回复
热议问题