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.

The properties control the time at which the node is active. See Timeline for editing time segments.

ParameterDetails
Duration Control the duration of the node’s time segment.
  • Composition Duration : Use the length of the composition for the node’s time segment duration.
  • Custom : Set a custom duration for the node’s time segment.
Node Time The custom start and end time for the node.
Duration (Timecode) The length of the node’s time segment (in time).
Duration (Frames) The length of the node’s time segment (in frames).
Time Segment Enabled Set whether the node’s time segment is enabled or not in the Timeline.

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