Goto main content

strrev

Reverse a string

STRREV

NAME

strrev - Reverse a string

SYNOPSIS

strrev(string)

PARAMETERS

string
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.));

SEE ALSO

{{ include("includes/strings.sn") }}

AUTHOR

Written by Pierre Laplante

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com

Edit

© 2024 extenso Inc. All rights reserved.