splitlines (to LIST)

Basic data handling: StringSplitlinesList

Splits the string at line boundaries. This node returns a list of the lines in the string, breaking at line boundaries. If keepends is True, line breaks are included in the resulting list. Creates a LIST of strings.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
stringSTRINGrequired
keependsBOOLEANoptional

Outputs (1)

NameType
LISTLIST