ComfyUI Node
Text Select Line
Selects a specific line from the given text based on the line number. Line numbers start from 0.
Text Select Line
- selected_line
◄text—►
◄line_number0►
CategorySage Utils/text/line
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Text to select a specific line from. | |
| line_number | INT | 0 | Line number to return (0-based index). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| selected_line | STRING | Output value for selected_line. |