DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python capitalize first letter of each word in a string
>>> "hello world".title() 'Hello World' >>> u"hello world".title() u'Hello World'
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#capitalize
#letter
#word
#string
ADD COMMENT
Topic
COMMENT
Name
4+7 =
Submit