You can replace a sub string with another substring within a character string.
Syntax
ReplaceSubText(InputString: String, SubStringToBeReplaced: String, ReplacingSubString: String): String
Note:
Arguments 2 and 3 can be specified either with their parameters names or with the string itself between quotes.