$toTitleCase
Converts the first letter of each word to uppercase in the provided text.
Syntax
$toTitleCase[Text]
Parameters
Text: The text to convert.
Example
$nomention
$toTitleCase[$message]

Converts the first letter of each word to uppercase in the provided text.
$toTitleCase[Text]
Text : The text to convert.$nomention
$toTitleCase[$message]
