Description
Returns a new string in which all occurrences of a specified string in the 'inputstring' are replaced with another specified string.
Signature
Replace('inputstring', 'stringtobereplaced', 'replacementstring')
Example
Replace('BPA Rocks', 'Rocks', 'is great') Returns 'BPA is great'
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |
stringtobereplaced | xxxx | xxxx | xxxx |
replacementstring | xxxx | xxxx | xxxx |