Capitalizes the first letter of each word in the given string.
The input string to capitalize.
A new string with the first letter of each word capitalized.
CapitalizeWords("hello world"); // "Hello World" Copy
CapitalizeWords("hello world"); // "Hello World"
4.0.0
2021-12-14
Capitalizes the first letter of each word in the given string.