Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - 日本語 -
Scilab help >> Strings > convstr

convstr

case conversion

Calling Sequence

[y]=convstr(str, [flag])

Arguments

str, y

A matrix of character strings

flag

A character option with possible values

'u'

for upper

'l'

for lower

Description

converts the matrix of strings str-matrix into lower case (for "l" ;default value) or upper case (for "u").

Examples

A=['this','is';'my','matrix'];
convstr(A,'u')
<< code2str Strings emptystr >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 2011-2012 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:10:01 CEST 2011