Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ppl:functions:replace [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:replace [2024/03/27 15:40] (current) stimpy
Line 1: Line 1:
 ====== REPLACE(str:bigstr, search:string, replace:string) :BIGSTR ====== ====== REPLACE(str:bigstr, search:string, replace:string) :BIGSTR ======
-Returns a string of "strwith all occurences of the first character of "searchreplaced by the first character of "replace"  +Returns a string of `strwith all occurences of the first character of `searchreplaced by the first character of `replace`
  
-**See also:** ReplaceStr+--- 
 +**See also:** [[ppl:functions:replacestr|ReplaceStr]]