strrev - Returns string reversed (original) (raw)

Scilab 5.3.3

Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Strings > strrev

Calling Sequence

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

rev = strrev('This is a simple string') strrev(rev) strrev(['This is a simple string','scilab'])