Strrev
Jump to navigation
Jump to search
Definition
STRING strrev ( <STRING str> )
Returns a reversed version of a certain string, meaning the characters are in reversed order.
Parameters
STRING str | - The non reversed string. |
Returns
STRING : The reversed string.
Strings Functions | |
Asc()Atof()Atoi()Chr()Find()Format()Ftoa()Itoa()Lcase()Len()Lpad()Rpad()Strcasecmp()Strlen()Strrev()Substr()Trim()Ucase() |