Home Python String Methods Python String istitle() Method Python String istitle() Method Author - Programmer Fect January 26, 2020 0 Python String istitle() Method The istitle() method returns True if all words in a text start with a upper case letter, AND the rest of the word are lower case letters, otherwise False. Syntax string.istitle() Parameter Values No parameters. Tags PythonPython String Methods Facebook Twitter Whatsapp Newer Older