string_join
Combine multiple strings into a single string using a specified delimiter. Useful for building CSV lines, paths, or concatenating text with separators.
Instructions
Join a list of strings with a delimiter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| delimiter | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |