String nodes

utilities for nodes that output string (textual) values.


Concatenate string.concat

combines multiple strings into one.


Equals string.equals

compares a string to other strings.

similar to Compare, except that this one lets you compare multiple strings at once.


From Boolean string.fromboolean

converts a boolean value into either “true” or “false”.


From Color string.fromcolor

converts a color value to a string value.


From Number string.fromnumber

converts a number value to a string value.


From Point string.frompoint

converts a point value to a string value.


Split string.split

divides a string according to a given separator.


To Boolean string.toboolean

converts a string value to a boolean value.


To Color string.tocolor

converts a string value to a color value.


To Number string.tonumber

converts a string value to a number value.


To Point string.topoint

converts a string value to a point value.


Value string.constant

outputs a user-defined constant string value.