upper(),lower(),casefold(),find() in Python (2025)

Published: 01 January 1970
on channel: Somile analyst
12
7

1.upper()
Converts all characters of the string to uppercase.
Returns a new string with all uppercase letters.
2. lower()
Converts all characters of the string to lowercase.
Returns a new string with all lowercase letters
3. casefold()
Similar to lower(), but it is more aggressive. It is used for case-insensitive 4. 4.find()
If the substring is not found, it returns -1.
This method is case-sensitivecomparison


Watch video upper(),lower(),casefold(),find() in Python (2025) online, duration hours minute second in high quality that is uploaded to the channel Somile analyst 01 January 1970. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 12 times and liked it 7 visitors.