Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python title case

string = 'this will be title case'
print(string.title())
#output: 'This Will Be Title Case'
 
PREVIOUS NEXT
Tagged: #python #title #case
ADD COMMENT
Topic
Name
4+7 =