Login
From:
learnbyexample
(Uncensored)
subscribe
Python tip 19: manipulating string case
https://learnbyexample.github.io/tips/python-tip-19/
links
backlinks
Roast topics
Find topics
Find it!
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.