String.reverse
From GiderosMobile
Available since: Gideros 2022.1
Class: string
Description
Returns a string that is the string s reversed. <syntaxhighlight lang="lua"> (string) = string.reverse(s) </source>
Parameters
s: (string) string to reverse
Return values
Returns (string) the string s reversed