IA
busted test.luaSize: a a a
IA
busted test.luaA
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