Notch Notch
Manual 1.0 Manual 0.9.23
 Light | Dark
Text Case

Text Case

Updated: 4 Dec 2023

Change the case of a Text String.

image

image

Example .dfx

Method #

This node converts all the characters in the string into either lower-case or upper-case, 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 change to lowercase.
Text Case The mode used to transform the input string.
  • Lowercase : The string is converted to lowercase.
  • Uppercase : The string is converted to uppercase.

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 StringOverwrite the text string attribute with an input text string.Text String