Module:String2: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
add simple trim function
(findpagetext)
(add simple trim function)
Line 1:
local p = {}
 
p.trim = function(frame)
local s = mw.text.trim(frame.args[1])
return s
end
 
p.upper = function(frame)
0

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu