修改bug

This commit is contained in:
hzj
2024-12-11 15:05:09 +08:00
parent 9bc072ec8b
commit eb54a13226
6 changed files with 13 additions and 3 deletions

View File

@@ -260,6 +260,8 @@ public interface PatternRegex {
*/
String ALL_CHAR_1_20 = "^[-_A-Za-z0-9\\u4e00-\\u9fa5]{1,20}$";
String SPECIALCHARACTER ="[<>%'%;()&+/\\\\-\\\\\\\\_|@*?#$!,.]|html";
/**
* uuid 32位正则数字 、 字母
*/