MATLAB Function Reference | ![]() ![]() |
Syntax
Description
t = lower('
returns the string formed by converting any upper-case characters in str
')
str
to the corresponding lower-case characters and leaving all other characters unchanged.
B = lower(A)
when A
is a cell array of strings, returns a cell array the same size as A
containing the result of applying lower
to each string within A
.
Examples
lower('MathWorks')
is mathworks
.
Remarks
See Also
![]() | lookfor | ls | ![]() |