This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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** | The string to work on | | **search** | The string to search for | | **replace** | The string to replace search with | --- **See also:** [[ppl:functions:replace|Replace]]