SUBSTITUTE
Substitutes new text for old text in a text string.
| Category | Text |
| Syntax | SUBSTITUTE(text, old_text, new_text, [instance_num]) |
Parameters
| Parameter | Required | Description |
|---|---|---|
text | Required | The text in which to substitute characters. |
old_text | Required | The text to replace. |
new_text | Required | The text to replace old_text with. |
instance_num | Optional | Which occurrence to replace. If omitted, all occurrences are replaced. |
Example
SUBSTITUTE("text")
Auto-generated from the EngCanvas function registry.