REVERSE The REVERSE function returns string, swapped end for end. REVERSE( string ) Examples REVERSE('ABc.') -> '.cBA' REVERSE('XYZ ') -> ' ZYX'