Returns the reverse of a character string (strrev("abcde") returns "edcba").
strrev("abcde")
"edcba"
strrev(ss)
ss
Returns the reverse of the string.