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