Returns a string with the characters in reverse order.
REVERSE(string)
Character.
Returns "E DCBA":
REVERSE("ABCD E")
[ Back to top ]