tolower
Lower case conversion.
Syntax
res = tolower(str)
Input argument
str - a row character array, a cell of strings or an string array.
Output argument
res - lower case equivalent
Description
tolower converts a string to lower case.
Examples
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated