- The Modern C++ Challenge
- Marius Bancila
- 48字
- 2021-06-25 22:01:28
25. Capitalizing an article title
Write a function that transforms an input text into a capitalized version, where every word starts with an uppercase letter and has all the other letters in lowercase. For instance, the text "the c++ challenger" should be transformed to "The C++ Challenger".