Module:String2: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
catch nil parameter when passed and gracefully return an empty string rather than an error message
(update from sandbox - merge in strip function from module:stringfunc)
(catch nil parameter when passed and gracefully return an empty string rather than an error message)
Line 2:
 
p.trim = function(frame)
local s = mw.text.trim(frame.args[1] or "")
return s
end
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu