Navigation

Operators and Keywords

Function List:

C++ API

: tolower (s)
: lower (s)

Return a copy of the string or cell string s, with each uppercase character replaced by the corresponding lowercase one; non-alphabetic characters are left unchanged.

For example:

tolower ("MiXeD cAsE 123")
     ⇒ "mixed case 123"

See also: toupper.

Package: octave