Replaces whitespace characters in the input text with specified character(s).
JoinWords(text, joiner)
- text
- Text to be joined.
- joiner
- Character(s) to insert between words of Text.
A version of text with each space replaced by joiner.
Leading and trailing whitespace is not affected.
Compound That = Dictation.Replace(String.JoinWords(Dictation.Get(), "-"));
Compound That = Dictation.Replace(String.JoinWords(Dictation.Get(), ""));
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)