Module:String: Difference between revisions

m
1 revision imported
(separate annotations for str.match from those for str._match)
m (1 revision imported)
 
(3 intermediate revisions by 3 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.