Navigation

Operators and Keywords

Function List:

C++ API

: toupper (s)
: upper (s)

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

For example:

toupper ("MiXeD cAsE 123")
     ⇒ "MIXED CASE 123"

See also: tolower.

Package: octave