This patch adds four 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 data-block to a string)Postponed
