Nodes/Sage Utils/Text Select Line
ComfyUI Node

Text Select Line

Selects a specific line from the given text based on the line number. Line numbers start from 0.

By arcum42·Created 2 years ago·Updated 24 days ago· 32
Text Select Line
    • selected_line
    text
    line_number0
    CategorySage Utils/text/line

    Inputs (2)

    NameTypeDefaultDescription
    textSTRINGText to select a specific line from.
    line_numberINT0Line number to return (0-based index).

    Outputs (1)

    NameTypeDescription
    selected_lineSTRINGOutput value for selected_line.