Description
Returns a new string in which all occurrences of a specified list of strings in the 'inputstring' are replaced with another specified string.
Signature
Replace('inputstring', 'csv_list_stringtobereplaced', 'replacementstring')
Example
ReplaceMultiple('Weird Reference BPA Rocks', 'Weird,Reference', '') Returns 'BPA Rocks'
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |
csv_list_stringtobereplaced | xxxx | xxxx | xxxx |
replacementstring | xxxx | xxxx | xxxx |