Documentation for this module may be created at Module:String/doc
local p = {}; p.lc = function(frame) local s = frame.args[1] return s:lower() end return p