ReplaceSubText MethodReplaces a sub string with another substring within a character string. SyntaxReplaceSubText(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 |