The StringConcatenate node combines two text strings into one by joining them with a specified delimiter. It takes two input strings and a delimiter character or string, then outputs a single string where the two inputs are connected with the delimiter placed between them.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `string_a` | The first text string to concatenate | STRING | Yes | - |
| `string_b` | The second text string to concatenate | STRING | Yes | - |
| `delimiter` | The character or string to insert between the two input strings (default: empty string) | STRING | No | - |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `output` | The combined string with the delimiter inserted between string_a and string_b | STRING |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/StringConcatenate/en.md)

---
**Source fingerprint (SHA-256):** `ea6fa7948d07e87b7ea3aeaf4f38c4cfdbfa5c5bd56d9f2935f94f1775686d08`
