Module:String: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Oh, the existing code is 0-based
(+ substr variant that takes a length instead of an ending position)
(Oh, the existing code is 0-based)
Line 10:
 
function str.sublength( frame )
local i = tonumber( frame.args.i ) or 10
local len = tonumber( frame.args.len )
return mw.ustring.sub( frame.args.s, i + 1, len and ( i + len - 1 ) )
end
 
0

edits

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

Navigation menu