Differences

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

Link to this comparison view

ppl:functions:replacestr [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:replacestr [2024/03/27 15:41] (current) stimpy
Line 2: Line 2:
 It functions just like the Replace function except that a complete sub-string may be specified for both search and replace   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   +| **str** | The string to work on | 
-       search is the string to search for   +| **search** | The string to search for | 
-       replace is the string to replace search with  +| **replace** | The string to replace search with |
  
-**See also:** Replace+--- 
 +**See also:** [[ppl:functions:replace|Replace]]