This commit is contained in:
Pinya
2017-12-17 22:27:01 +03:00
parent 88dba68dff
commit c145da845e
+1 -1
View File
@@ -133,7 +133,7 @@ function string.trim(str, chars)
local tokens = {} local tokens = {}
for token in gfind(chars, "[%z\1-\255\"\\]") do for token in gfind(chars, "[%z\1-\255]") do
tinsert(tokens, token) tinsert(tokens, token)
end end