On this page
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–2020 NumPy Developers
Licensed under the 3-clause BSD License.
 https://numpy.org/doc/1.19/reference/generated/numpy.char.chararray.title.html