Description: Returns a string where all instances of the
Search string are replaced with the Replace
string in the Text string. Optionally multiple search and
replace pairs can be given.
Text : string to search Search : string to search Replace :
string to replace the instances of the Search string.