ReplaceSubText Method  

Replaces a sub string with another substring within a character string.

Syntax

ReplaceSubText(InputString: String, SubStringToBeReplaced: String, ReplacingSubString: String): String

Arguments 2 and 3 can be specified either with their parameter names or with the string itself between quotes.

Sample

KwrString.CATPart

Back Up Next