s = string.reverse (str)
Returns a string that is the string str reversed. string.reverse ("nickgammon") --> nommagkcin
string.reverse ("nickgammon") --> nommagkcin