Toggles the case of the initial letter of the specified text.
Syntax
ToggleInitialCase(text)
Parameters
- text
- Text to modify.
Return Value
text, with the case of the initial letter toggled.
Remarks
If text begins with a lower-case letter this function converts it to upper case.
If text begins with an upper-case letter this function converts it to lower case.
Examples
CopyToggle initial case of dictated text
Fix Case = Dictation.Replace(String.ToggleInitialCase(Dictation.Get()));
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)