StrReverse returns a string in which the character order of inputString is reversed.
Arguments
str is a string whose characters are to be reversed.
Returns
String value.
Action
StrReverse returns a string in which the character order of inputString is reversed. If inputString is a zero-length string (""), a zero-length string is returned.