Difference between revisions of "String.rep"

From OpenEUO
Jump to: navigation, search
(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 15:33, 9 October 2010

string.rep (s, n)

Returns a string that is the concatenation of n copies of the string s.

String.lower

String.reverse

String.upper