Str.capitalize returns the first letter in upper case and rest in lower case as shown below
a is string
a=’apple’
a.capitalize()
Returns First letter in Upper case.
Output:’Apple’
This blog is about working with data by using different tools Excel ,Python, Access Power automate etc .
[…] Str.Capitalize: To make the first character have upper case and the rest lower […]