Difference between revisions of "Module:String"
Jump to navigation
Jump to search
>IAlex (test) |
>IAlex (fix) |
||
Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p.length( | function p.length( frame ) | ||
return string.len( | local arg1 = frame.args[1] | ||
return string.len( arg1 ) | |||
end | end | ||
return p | return p |
Revision as of 10:48, 22 August 2012
Documentation for this module may be created at Module:String/doc