Module:Delink: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
try removing slashes from newlin-matching pattern
(handle multiple-line links)
(try removing slashes from newlin-matching pattern)
Line 157:
if not (args.whitespace == "no") then
text = mw.ustring.gsub(text, "[ \t]+", " ") -- Remove extra tabs and spaces.
text = mw.ustring.gsub(text, "[^\\n](\\n)[^\\n]", "") -- Remove single new lines (but not double new lines).
end
return text
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu