Differences
This shows you the differences between two versions of the page.
ppl:functions:replacestr [2019/04/16 13:14] – created - external edit 127.0.0.1 | ppl: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** | The string to search for | |
- | | + | | **replace** | The string to replace search with | |
- | **See also:** Replace | + | --- |
+ | **See also: | ||