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