Skip to main content

REPLACE

Substitute characters in a string

Example Usage

REPLACE("ABC123", "12", "789") -> "ABC7893"

Overview

Function signature
REPLACE(value, searchfor, replacewith)

Category
String

Return data type
string

Arguments

NameDataTypeList Options                          Description
valuestringSource string to search on
searchforstringCharacters or phrase to search for
replacewithstringCharacters or phrase to substitute in