-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference StringBuilderUnit
S2NX7 edited this page Sep 30, 2025
·
2 revisions

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.