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 Number string.fromnumber

converts a number value to a string value.


Value string.constant

outputs a user-defined constant string value.