This commit is contained in:
caozehui
2025-04-24 11:38:37 +08:00
parent 32056ce29d
commit 8359d1190f

View File

@@ -308,7 +308,7 @@ public interface PatternRegex {
String SCRIPT_NAME_REGEX = "^[\\u4e00-\\u9fa5\\w\\-\\s\\.]{1,32}$"; String SCRIPT_NAME_REGEX = "^[\\u4e00-\\u9fa5\\w\\-\\s\\.]{1,32}$";
String ICD_NAME_REGEX = "^[\\u4e00-\\u9fa5\\w\\-\\s\\.]{1,32}$"; String ICD_NAME_REGEX = "^[\\u4e00-\\u9fa5\\w\\-\\s\\.\\()]{1,32}$";
String ICD_PATH_REGEX = "^[\\w\\/\\-\\s]{1,50}$"; String ICD_PATH_REGEX = "^[\\w\\/\\-\\s]{1,50}$";