Difference between revisions of "Module:String"

Jump to navigation Jump to search
1 byte removed ,  11:18, 22 August 2012
m
fix
>IAlex
m (make sub match current behaviour of {{str sub}})
>IAlex
m (fix)
Line 12: Line 12:
     if arg2 and arg3 then
     if arg2 and arg3 then
         local first = arg2 + 1
         local first = arg2 + 1
         local last  = first + arg3
         local last  = arg2 + arg3
         return string.sub( arg1, first, last )
         return string.sub( arg1, first, last )
     else
     else
Anonymous user

Navigation menu