numpy / 1.17.0 / generated / numpy.char.chararray.title.html /

numpy.char.chararray.title

method

chararray.title(self)

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–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.char.chararray.title.html