正则调整

This commit is contained in:
xy
2025-01-07 13:58:52 +08:00
parent 149d017c49
commit f701507fae

View File

@@ -182,7 +182,7 @@ public interface PatternRegex {
/** /**
* 描述32 * 描述32
*/ */
String DES32_REGEX = "^.{0,10}$"; String DES32_REGEX = "^.{0,32}$";
/** /**
* 描述64 * 描述64