hello pals,
I need a help with using re module to search and convert uppercase words in a string to title case
Eg:
mystr='Hello everybody. Some times THERE ARE upper case words'
#Results should be 'Hello everybody. Some times There Are upper case words'
Hope you can give a hand to solve this.