reverse(<Text>) : Text
The reverse function is used to invert characters in the specified text parameter.
reverse("abc") => "cba"
reverse("Fusioo") => "ooisuF"
Learn more about how you can get started using the Formula Field.
Type above and the results will be displayed here.