strrev
returns string reversed
Calling Sequence
res = strrev(str1)
Arguments
str1
a character string or matrix of character strings.
res
a character string or matrix of character strings.
Description
res = strrev(str1)
returns string reversed.
Examples