returns string reversed
res = strrev(str1)
a character string or matrix of character strings.
res = strrev(str1) returns string reversed.
rev = strrev('This is a simple string') strrev(rev) strrev(['This is a simple string','scilab'])