In this chapter, we will discuss about NumPy char capitalize. This function returns the copy of the string with the first letter capitalized.
import numpy as np print np.char.capitalize('hello world')
Its output would be −
Hello world
Next Topic – Click Here
Pingback: NumPy char center - Adglob Infosystem Pvt Ltd .....
Pingback: NumPy String Functions - Adglob Infosystem Pvt Ltd