| MATLAB® | ![]() |
t = lower('str')
B = lower(A)
t = lower('str') returns the string formed by converting any uppercase characters in str to the corresponding lowercase 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.
lower('MathWorks') is mathworks.
Character sets supported:
PC: Latin-1 for the Microsoft Windows operating system
Other: ISO Latin-1 (ISO 8859-1)
![]() | lookfor | ls | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |