Reverses the order of characters in a string.
STRREVERSE("string")
"string"
-
A string.
strreverse("abcdefg")
returns: gfedcba.
STRREVERSE can be abbreviated STRREV.
STRCMP
STRFIND
STRGET
STRLEN