ReplaceCurrentWord
function ReplaceCurrentWord(replaceString: string, type: TextPartType = "entirely"): void
Description
Replaces the current word with the specified string.
Parameters
- replaceString
string
Replacement string.
Specifies if the whole word or only its part will be replaced.
Returns
void