Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
learnbyexample
(Uncensored)
subscribe
Python tip 19: manipulating string case
https://learnbyexample.github.io/tips/python-tip-19/
links
backlinks
Here are five string methods you can use for changing the case of characters. Word level transformation is determined by consecutive occurrences of alphabets, not limited to separation by whitespace characters.