REVERSE

 ──REVERSE(string)────────────

REVERSE returns string, swapped end for end.

Here are some examples:

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


[Back: RANDOM]
[Next: RIGHT]