This patch adds five new nodes:
- String Length (outputs length of a string)
- String Substring (outputs part of a string)
- Value to String (converts a value to a string)
- String Join (concatenates multiple strings with a specified delimiter)
- Text to String (converts a text block to a string)
{F10435769}