**This is an old revision of the document!**
REPLACESTR(str:bigstr, search:string, replace:string) :BIGSTR
It functions just like the Replace function except that a complete sub-string may be specified for both search and replace
str is the string to work on search is the string to search for replace is the string to replace search with
See also: Replace