Differences
This shows you the differences between two versions of the page.
ppl:functions:replace [2019/04/16 13:14] – created - external edit 127.0.0.1 | ppl:functions:replace [2024/03/27 15:40] (current) – stimpy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== REPLACE(str: | ====== REPLACE(str: | ||
- | Returns a string of "str" | + | Returns a string of `str` with all occurences of the first character of `search` replaced by the first character of `replace` |
- | **See also:** ReplaceStr | + | --- |
+ | **See also: | ||