How can I capitalize the first letter of each word in a string?
Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Magical Minnie Puzzles
--
Chapters
00:00 Question
00:21 Accepted answer (Score 1287)
01:06 Answer 2 (Score 249)
02:01 Answer 3 (Score 123)
03:57 Answer 4 (Score 44)
06:15 Thank you
--
Full question
https://stackoverflow.com/questions/1549...
Accepted answer links:
[.title()]: http://docs.python.org/library/stdtypes....
Answer 2 links:
[.title()]: https://docs.python.org/3/library/stdtyp...
[string.capwords()]: https://docs.python.org/2/library/string...
[Python documentation on capwords]: https://docs.python.org/2/library/string...
Answer 4 links:
[steveha's answer]: https://stackoverflow.com/a/1549983/3577...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #capitalization #capitalize
#avk47
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Magical Minnie Puzzles
--
Chapters
00:00 Question
00:21 Accepted answer (Score 1287)
01:06 Answer 2 (Score 249)
02:01 Answer 3 (Score 123)
03:57 Answer 4 (Score 44)
06:15 Thank you
--
Full question
https://stackoverflow.com/questions/1549...
Accepted answer links:
[.title()]: http://docs.python.org/library/stdtypes....
Answer 2 links:
[.title()]: https://docs.python.org/3/library/stdtyp...
[string.capwords()]: https://docs.python.org/2/library/string...
[Python documentation on capwords]: https://docs.python.org/2/library/string...
Answer 4 links:
[steveha's answer]: https://stackoverflow.com/a/1549983/3577...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #capitalization #capitalize
#avk47