浏览代码

特殊字符#

wfg 7 月之前
父节点
当前提交
c49ce64b2f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/util/date.js

+ 2 - 2
src/util/date.js

@@ -216,6 +216,6 @@ function addZero(num) {
 }
 
 export function verifyEnglish(str) {
-  const regex = /^[A-Za-z0-9\n .,!?:()|/+-_;'"$&@%*]+$/;
+  const regex = /^[A-Za-z0-9\n .,!?:()|/+-_;'"$&@%*#]+$/;
   return regex.test(str?str:null);
-}
+}