Home  Contents

string.reverse

String Lua Commands

SYNOPSIS

string.reverse(s)

DESCRIPTION

Returns a string that is the string s reversed.

RETURN VALUE

Returns a String.

EXAMPLE

print(string.reverse("Test"))
tseT