split (to LIST)

Basic data handling: StringSplitList

Splits the string at the specified separator. This node splits the input string at the specified separator and returns a data list containing all parts. If maxsplit is provided, at most maxsplit splits are done. If the separator is not specified or is None, any whitespace string is a separator. Creates a LIST of strings.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (3)

NameTypeRequired
stringSTRINGrequired
sepSTRINGoptional
maxsplitINToptional

Outputs (1)

NameType
LISTLIST