Converts the specified text to a single "title case" word.

ToTitleCaseWord(text)

- text
- Text to convert to a title case word.

A single-word title case version of text.

Programmers use title case for multi-word variable names. For example, "number of items"
converted to title case would be "NumberOfItems".


Title 2..9 = {Ctrl+Shift+Left_$1}{Ctrl+c} String.ToTitleCaseWord(Clipboard.GetText());
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)