Module:String: Difference between revisions

m
1 revision imported from wikipedia:Module:String
m (1 revision imported)
m (1 revision imported from wikipedia:Module:String)
 
(2 intermediate revisions by 2 users not shown)
Line 59:
Parameters
s: The string to return a subset of
i: The fistfirst index of the substring to return, defaults to 1.
j: The last index of the string to return, defaults to the last character.