MATLAB Functions | Help Desk |
lower
Convert string to lower case
t=
lower('str')
t = lower('str
')
returns the string formed by converting any upper-case characters in str to the corresponding lower-case characters and leaving all other characters unchanged.
lower('MathWorks')
is mathworks
.
Character sets supported:
upper
Convert string to upper case