Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2024.0.0 - English


strrev

Reverses the order of characters in the given strings

Syntax

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

rev = strrev('This is a simple string')
strrev(rev)
strrev(['This is a simple string','scilab'])
Report an issue
<< strrchr Strings strsplit >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Oct 24 14:30:04 CEST 2023