ph_replaceallmulti PowerHome formula function
Description
Searchs and replaces text within a string of data.
Syntax
ph_replaceallmulti ( input, search, replace )
Argument |
Description |
input
|
String. The data to be searched and replaced.
|
search
|
String. A ~255 separated list of searches.
|
replace
|
String. A ~255 separated list of replaces.
|
Return value
Returns the input string after all replacements have been completed.
Usage
Use this function to search and replace all occurences of data. You can search and replace multiple different searches by separating them with the PowerHome escape character ~255. If you have fewer replaces than you have searches, then the last replace will be used for the remaining searches.