REPLACE function

This topic describes the formula syntax and usage of the REPLACE function in the Data Quality Execute Formula transform.

Description

Replaces characters in text.

Syntax

REPLACE(old_text, start_num, num_chars, new_text)

Example