In a given string, replaces all occurrences of a specified string with another specified string.

Replace(s, oldValue, newValue)

- s
- String to operate on.
- oldValue
- String to be replaced. Case sensitive.
- newValue
- String to replace all occurrences of oldValue.

string, with instances of oldValue replaced by newValue.
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)