enc: global variable pcode

This commit is contained in:
asep.komarudin 2024-06-14 08:21:36 +07:00
parent ecc54b9f87
commit 65857a4226
45 changed files with 132 additions and 131 deletions

View file

@ -25,7 +25,7 @@ _G.extract = function(text)
end
_G.all_trim = function(s)
return s:match "^%s*(.-)%s*$"
return s:match("^%s*(.-)%s*$")
end
return {}