python camel case convert code example
Example: camel case in python
>>> "they're bill's friends from the UK".title()
"They'Re Bill'S Friends From The Uk"
>>> "they're bill's friends from the UK".title()
"They'Re Bill'S Friends From The Uk"