This function converts all whitespace-separated words in the given text into capitalized words (only the word's first letter is upper case and the remaining letters are lower case).
Bash
capitalizeWordsFully(text) #Output: Text
📚 Use cases and examples
| Use case |
|---|
| No content found. |