Adds or removes a space at the beginning of the specified text.

ToggleInitialSpace(text)

- text
- Text to modify.

text, with an initial space added or removed.

If text begins with a space character this function removes it.
If text does not begin with a space character this function adds one.


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