新增 双S符号删除正则

This commit is contained in:
suwings 2019-03-27 18:59:39 +08:00
parent 2287f2ef32
commit 9c81273e3a

View File

@ -114,7 +114,7 @@
//Minecraft 服务器输出删除双S
TOOLS.deletDoubleS = function (text) {
text = text.replace(/igm, "");
text = text.replace(./igm, "");
return text;
}