Contents | Index | < Browse | Browse >
REVERSE(<string>)
      returns a string

The result is <string> flipped end for end.

   Example:
         say reverse('chameleon');      >>> noelemahc

   Also see 

Next: RIGHT() | Prev: OVERLAY() | Contents: String functions