SUBSTITUTE()

Prev Next
This content is currently unavailable in Spanish. You are viewing the default (English) version.

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"