正则调整

This commit is contained in:
2025-12-04 10:21:43 +08:00
parent 30a761e8c4
commit 8c6eb5d81b

View File

@@ -186,6 +186,11 @@ public interface PatternRegex {
*/
String TYPE_REGEX = "^[0-9a-zA-Z\\u0391-\\uFFE5]{1,100}$";
/**
* 描述32
*/
String DES32_REGEX = "^.{0,32}$";
/**
* 描述64
*/
@@ -319,4 +324,5 @@ public interface PatternRegex {
String DICT_DATA_CODE_REGEX = "^[\\u4e00-\\u9fa5\\w\\-\\s\\.\\/\\\\%℃]{1,30}$";
String DICT_PQ_OTHER_NAME_REGEX = "^[\\u4e00-\\u9fa5\\w\\-\\s]{0,32}$";
}