Notch Notch
Manual 1.0 Manual 0.9.23
 Light | Dark
Replace Text

Replace Text

Updated: 4 Dec 2023

Replace text within a text string.

image

image

Example .dfx

Method #

This node replaces a particular string of text within a larger body of text, for use within a Text node or to be processed by other text string nodes.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
Text The text string to replace within.
Text String To Replace The string in the text to replace.
Replacement Text The string in the text to replace.
Replace All Instances of Text The string you want to replace with.
Case Sensitive Optionally only replace those strings that match the target strings case.
Use Regular Expression Use regular expressions to find and replace nodes.
Regular Expression Use regular expressions to add greater controls to selecting which text to replace.

Inputs

NameDescriptionTypical Input
Text StringThe text string to replace within.Text String
Text String To ReplaceThe text string in the text to be replaced.Text String
Replace With Text StringThe text string you want to replace with.Text String