wfg 7 mesiacov pred
rodič
commit
c49ce64b2f
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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);
-}
+}