| << strtrim | String type | toupper >> |
| res = tolower(str) |
a row character array, a cell of strings or an string array.
lower case equivalent
tolower('NelSon')
tolower(["NelSon", "is", "open"])
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET