Documentation Index

Fetch the complete documentation index at: https://help.mail-and-deploy.com/llms.txt

Use this file to discover all available pages before exploring further.

Replace

Prev Next

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", "/","_")