Product SiteDocumentation Site

7.4.50. REVERSE


>>-REVERSE(string)---------------------------------------------><

Returns string reversed.
Here are some examples:

Example 7.64. Builtin function REVERSE

REVERSE("ABc.")    ->    ".cBA"
REVERSE("XYZ ")    ->    " ZYX"