Unit Reference StringBuilderUnit - RealityStop/Bolt.Addons.Community GitHub Wiki
A unit for constructing and concatenating multiple strings with flexible formatting options such as spacing, newlines, casing, quoting, and custom delimiters.
Input Ports
- String values : The strings to be appended, each can have a different append mode.
Output Ports
- Result : The concatenated string after applying all append modes and formatting rules.