Replace
  • 16 Apr 2024
  • 1 Minute to read
  • Dark
    Light

Replace

  • Dark
    Light

Article summary

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


Was this article helpful?

What's Next