MATLAB Functions Help Desk

lower

Purpose

Convert string to lower case

Syntax

Description

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.

Examples

lower('MathWorks') is mathworks.

Remarks

Character sets supported:

See Also

upper       Convert string to upper case



[ Previous | Help Desk | Next ]