mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
cleanup
This commit is contained in:
@@ -133,7 +133,7 @@ function string.trim(str, chars)
|
||||
|
||||
local tokens = {}
|
||||
|
||||
for token in gfind(chars, "[%z\1-\255\"\\]") do
|
||||
for token in gfind(chars, "[%z\1-\255]") do
|
||||
tinsert(tokens, token)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user