8.2.57.17 string.lower

Method: out = lower (obj)

Convert to lower case.

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

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

Returns a string array of the same size as obj.