3.2.44. REVERSE(string)

Returns a string of the same length as string, but having the
order of the characters reversed.

     REVERSE(‘FooBar’)        –>   ‘raBooF’
     REVERSE(‘  Foo Bar’)     –>   ‘raB ooF  ‘
     REVERSE(‘3.14159’)  –>   ‘95141.3’



PREV NEXT