Adds or removes a space at the beginning of the specified text.
Syntax
ToggleInitialSpace(text)
Parameters
- text
- Text to modify.
Return Value
text, with an initial space added or removed.
Remarks
If text begins with a space character this function removes it.
If text does not begin with a space character this function adds one.
Examples
CopyToggle initial space in dictated text
Fix Space = Dictation.Replace(String.ToggleInitialSpace(Dictation.Get()));
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)