You are here: Functions > REVERSE()

REVERSE()

REVERSE() reverses the order of characters in a string.

Function Format

REVERSE(C)

REVERSE() returns a string in which the characters of the string C are reversed.

Examples

REVERSE("ABCD E") = "E DCBA"