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