高级算法模块代码调整

This commit is contained in:
2023-08-17 11:42:42 +08:00
parent 2f40ff1879
commit 011b97a342

View File

@@ -15,7 +15,7 @@ public interface PatternRegex {
/** /**
* 密码需要包含特殊字符字母数字长度为8-16 * 密码需要包含特殊字符字母数字长度为8-16
*/ */
String PASSWORD_REGEX = "^(?=.*[a-zA-Z])(?=.*\\d)(?=.*[@#_!$%^&*()?<>/|~,\\-+]).{8,16}$"; String PASSWORD_REGEX = "^(?=.*[a-zA-Z])(?=.*\\d)(?=.*[=[]{}.,。、@#_!$%^&*()?<>/|~,\\-+]).{8,16}$";
/** /**
* 手机的密码 * 手机的密码