returns string reversed
res = strrev(str1)
:str1 A character string or matrix of character strings : :res 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'])