Toggles the case of the initial letter of the specified text.

ToggleInitialCase(text)

- text
- Text to modify.

text, with the case of the initial letter toggled.

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.


Fix Case = Dictation.Replace(String.ToggleInitialCase(Dictation.Get()));
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)