代码调整
This commit is contained in:
@@ -169,6 +169,11 @@ public interface PatternRegex {
|
||||
*/
|
||||
String TF_NAME_REGEX = "^[0-9a-zA-Z\\u0391-\\uFFE5]{1,16}$";
|
||||
|
||||
/**
|
||||
* 特殊字符正则
|
||||
*/
|
||||
String SPECIAL_REGEX = "[<>%'%;()&+/-\\\\_|@*?#$!,.]|html";
|
||||
|
||||
/**
|
||||
* 字典类型名称
|
||||
*/
|
||||
@@ -177,7 +182,7 @@ public interface PatternRegex {
|
||||
/**
|
||||
* 描述32
|
||||
*/
|
||||
String DES32_REGEX = "^.{0,32}$";
|
||||
String DES32_REGEX = "^.{0,10}$";
|
||||
|
||||
/**
|
||||
* 描述64
|
||||
|
||||
Reference in New Issue
Block a user