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