**This is an old revision of the document!**
REPLACE(str:bigstr, search:string, replace:string) :BIGSTR
Returns a string of “str” with all occurences of the first character of “search” replaced by the first character of “replace”
See also: ReplaceStr