SUBSTITUTE()

Prev Next

Description

Replaces text from given string with another string

Available In

  • Apps
  • Automations
  • Analysis

Syntax

SUBSTITUTE(s: Text, e: Text, n: Text) => Text

Example

SUBSTITUTE("abcde", "abc", "123") = "123de"