General
The Replace function replaces all occurrences of <what> in <where> with
<with_what> and returns the resulting string.
Syntax
The syntax of the Replace function is:
Replace Function Syntax
Replace(<where>, <what>, <with_what>)
Examples
The following Expression returns the String "Company ABC_DEF":
Replace Function Example
Replace("Company ABC/DEF", "/","_")