Module:String
Documentation for this module may be created at Module:String/doc
local p = {}
function p.length( str )
return string.len( str )
end
return p
Documentation for this module may be created at Module:String/doc
local p = {}
function p.length( str )
return string.len( str )
end
return p