This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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:** [[ppl:functions:replacestr|ReplaceStr]]