Difference between revisions of "String.rep"
From OpenEUO
(Created page with " string.rep (s, n) Returns a string that is the concatenation of n copies of the string s.") |
|||
Line 1: | Line 1: | ||
string.rep (s, n) | string.rep (s, n) | ||
Returns a string that is the concatenation of n copies of the string s. | Returns a string that is the concatenation of n copies of the string s. | ||
+ | |||
+ | [[String.lower]] | ||
+ | |||
+ | [[String.reverse]] | ||
+ | |||
+ | [[String.upper]] |
Latest revision as of 14:33, 9 October 2010
string.rep (s, n)
Returns a string that is the concatenation of n copies of the string s.