REVERSE function
Description
Reverse function. REVERSE(str) reverses the string str.
Example
REVERSE("total") returns the string value "latot"
Calculator
Reverse function. REVERSE(str) reverses the string str.
REVERSE("total") returns the string value "latot"
Calculator