mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
新增 双S符号删除正则
This commit is contained in:
parent
2287f2ef32
commit
9c81273e3a
@ -114,7 +114,7 @@
|
||||
|
||||
//Minecraft 服务器输出删除双S
|
||||
TOOLS.deletDoubleS = function (text) {
|
||||
text = text.replace(/§/igm, "");
|
||||
text = text.replace(/§./igm, "");
|
||||
return text;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user