修改 缩小 § 符号正则

This commit is contained in:
suwings 2019-03-27 19:11:03 +08:00
parent 9c81273e3a
commit 7e6726234b

View File

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