8.2.57.17 string.upper

Method: out = upper (obj)

Convert to upper case.

Converts all the characters in all the strings in obj to upper case.

This currently delegates to Octave’s own upper() function to do the conversion, so whatever character class handling it has, this has.

Returns a string array of the same size as obj.