Module:String2/sandbox: Difference between revisions

Content deleted Content added
move before
move after
Line 15:
local lipos = string.find(s, "<li>" )
if lipos then
return string.sub(s, 1, lipos -+ 13) .. " // " .. string.sub(s, lipos + 4) .. "<br>"
end
if string.find(s, "^%[%[[^|]+|[^%]]+%]%]") then