This function converts the first letter of all whitespace-separated words in the given text to upper case.
Bash
capitalizeWords(text) #Output: Text
📚 Use cases and examples
| Use case |
|---|
| No content found. |
This function converts the first letter of all whitespace-separated words in the given text to upper case.
capitalizeWords(text) #Output: Text
| Use case |
|---|
| No content found. |