Type Function Library string.* Return value String Revision Current Public Release (2018.3326) Keywords string, reverse, flip See also String
Reverses a string.
string.reverse
( s )
s:reverse()
String. The string to reverse.
print
(
"Corona"
) )
--> anoroC