lower
Convert string to lowercase
Syntax
Description
newStr = lower(
converts all uppercase
characters in str
)str
to the corresponding lowercase characters and leaves
all other characters unchanged.
Note
Only Stateflow® charts that use MATLAB® as the action language support the lower
operator.
Examples
Limitations
This operator does not support structures. For more information about structures in Stateflow, see Access Bus Signals Through Stateflow Structures.