In a given string, replaces all occurrences of a specified string with another specified string.
Syntax
Replace(s, oldValue, newValue)
Parameters
- s
- String to operate on.
- oldValue
- String to be replaced. Case sensitive.
- newValue
- String to replace all occurrences of oldValue.
Return Value
string, with instances of oldValue replaced by newValue.
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)