Notch Notch Manual 0.9.23
 Light | Dark
Change Text String Case

Change Text String Case

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 StringThe text string to change to lowercase.
ModeThe mode used to transform the input string.
  • Lowercase : The string is converted to lowercase.
  • Uppercase : The string is converted to uppercase.

Inputs

NameDescriptionTypical Input
Text StringOverwrite the text string attribute with an input text string.Text String