function

strrev . string . sncode

VERSIONlatest Reverse a string

STRREV(1e)

NAME

strrev - Reverse a string

SYNOPSIS

strrev(str)

PARAMETERS

str
The input string.

RETURN

Returns the reversed string.

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.

res={_{strrev("Hello,World!")}}. return res=!dlroW,olleH.));

AUTHOR

Written by Pierre Laplante