Thameema M Shukkoor’s Post

String functions in Python: 1)isalnum()-to check whether all the characters of a given string are alphanumeric or not.  2)capitalize() -to change the first character of the string to uppercase if it’s lowercase. 3)find() -to search for a substring in a string. 4)count()- to return the count of occurrences of a substring in a string object. 5)center()- to align a string in the center. #HaveANiceDay #DataAnalytics #PythonBasics

To view or add a comment, sign in

Explore content categories