📜  ^(?=.*[az])(?=.*[AZ])(?=.*\d).{8,15}$ - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:30.909000             🧑  作者: Mango

代码示例1
15)what is the regular expression to validate a password with the following constraint "String should be 8-15 characters long; must contain a number, an uppercase letter, and a Lower case letter".