文章分类 -  Regular Expression

摘要:转载于http://www.qdfuns.com/notes/26351/5cc47c5a56c75e45b148a75f0cca536e.html 1、校验密码强度 密码的强度必须包含大小写字母和数字的组合,不能使用特殊字符,长度在8-10之间 ^(?=.*\\d)(?=.*[a-z])(?=.* 阅读全文
posted @ 2017-07-08 19:57 Easty