Skip to main content

REPLACE

Replaces part of a text string with a different text string.

CategoryText
SyntaxREPLACE(old_text, start_num, num_chars, new_text)

Parameters

ParameterRequiredDescription
old_textRequiredThe text in which to replace characters.
start_numRequiredThe position of the character in old_text to start replacing.
num_charsRequiredThe number of characters to replace.
new_textRequiredThe text that replaces characters in old_text.

Example

REPLACE("text")

Auto-generated from the EngCanvas function registry.