ComfyUI Node
📝🪡AGSoft Text Concatenate
Dynamically concatenates 2 to 32 text strings. Inputs are managed via frontend JS. --- Динамически объединяет от 2 до 32 строк. Входы управляются через JS на фронтенде.
📝🪡AGSoft Text Concatenate
- STRING
◄number_of_inputs2►
◄reverse_orderfalse►
◄delimiter,►
◄custom_delimiter►
◄clean_whitespacetrue►
◄ignore_empty_stringstrue►
CategoryAGSoft/Text
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| number_of_inputs | INT | 22–32 | Number of text inputs to create (2-32). Each input will be named text_1, text_2, etc. Example: number_of_inputs=3 → creates text_1, text_2, text_3 Inputs are managed dynamically via frontend JS. --- Количество текстовых входов (2-32). Каждый вход будет называться text_1, text_2 и т.д. Пример: number_of_inputs=3 → создаются text_1, text_2, text_3 Входы управляются динамически через JS на фронтенде. |
| reverse_order | BOOLEAN | false | If true, concatenates strings in reverse order (from last active input to first). Example: text_1='A', text_2='B', text_3='C' → result will be 'C, B, A' --- Если включено, объединяет строки в обратном порядке (от последнего активного входа к первому). Пример: text_1='A', text_2='B', text_3='C' → результат будет 'C, B, A' |
| delimiter | COMBO | , | The separator used between concatenated strings. Choose from presets or 'custom'. Presets: - 'custom' : Enter your own delimiter in the next field. Supports escape sequences: \n (newline), \t (tab), \r (carriage return). - 'New Line X2' : Inserts a blank line (\n\n) for visual spacing between paragraphs. --- Разделитель. 'custom' поддерживает \n, \t, \r. 'New Line X2' вставляет \n\n. |
| custom_delimiter | STRING | Enter a custom delimiter if 'custom' is selected above. Supports \n, \t, \r. --- Пользовательский разделитель. Поддерживает \n, \t, \r. | |
| clean_whitespace | BOOLEAN | true | Strip leading/trailing whitespace. / Удалить пробелы по краям. |
| ignore_empty_strings | BOOLEAN | true | Skip empty strings (including whitespace-only). / Пропускать пустые строки (включая состоящие только из пробелов). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | Concatenated text result. / Результат объединения. |