Module:String2/sandbox: Difference between revisions

Content deleted Content added
break up first part
tidy
Line 15:
local s2, n = string.gsub(s, "^(.*)<li>", "%1 >> first part" )
if n > 0 then
return s2 .. " >>= list" .. n .. "<br>"
end
if string.find(s, "^%[%[[^|]+|[^%]]+%]%]") then