精華區beta mud_sanc 關於我們 聯絡資訊
F-068 stripq 原文:removes internal quotes from a string 中文:從字符串s中刪除內部引號。這是為了向下兼容舊版本的zMUD。 (7.21) 格式:%stripq(s) 範例:#FUNC test {%literal(%1)}    #SHOW @test("@a"@a"@a") 顯示:@a"@a"@a    #SHOW @test(%stripq("@a"@a"@a"))    顯示:@a123@a