numpy / 1.22.0 / reference / generated / numpy.char.chararray.title.html /

numpy.char.chararray.title

method

char.chararray. title ( ) [source]

For each element in self, return a titlecased version of the string: words start with uppercase characters, all remaining cased characters are lowercase.

See also

char.title

© 2005–2021 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.22/reference/generated/numpy.char.chararray.title.html