Title Case

Capitalize the first letter of each word in a string.

Code

General
str.title()

Parameters

The string to convert to title case

Server

More Python Snippets