IA
busted test.lua
Size: a a a
IA
busted test.lua
A
A
A
A
VG
_
(<Key>)(.*?)(<\/Key>)
AZ
AY
(<Key>)(.*?)(<\/Key>)
A
_
AY
_, match, _ = str:match("(<Key>)(.-)(</Key>)")
A
A
AY
local file = gg.EXT_STORAGE..'/xxml.txt'
local links = {}
if io.open(file,"r") then
for line in io.lines(file) do
_, links[#links+1], _ = line:match("(<Key>)(.-)(</Key>)")
end
end