Module:HTMLParse: Difference between revisions

2 bytes added ,  20:04, 4 September 2019
m
no edit summary
mNo edit summary
mNo edit summary
Line 25: Line 25:
function p.strip_formatting(frame)
function p.strip_formatting(frame)
     local htmlString = frame.args.html
     local htmlString = frame.args.html
     return htmlString:gsub("<[^>]->", "")
     return (htmlString:gsub("<[^>]->", ""))
end
end


return p
return p