Python String

String Functions – II

Table of Python String Methods. Function Name Descriptioncapitalize()The string's first character is changed to an uppercase (capital) letter.casefold()Implements caseless string matchingcenter()Add…

2 years ago