REVERSE

The REVERSE function returns string, swapped end for end.

Read syntax diagramSkip visual syntax diagram REVERSE( string )

Examples

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