Content deleted Content added
fix use of _ |
fix (working on expanded content) |
||
Line 217:
local out = ""
for line in content:gmatch("(.-)\n") do
▲ local page = string.sub(line, 26, -3)
local found = false
for regex, reason in next,RegexToReason do
if string.find(page, regex) then
out = out .. line .. " -> " .. reason .. "\n"
|