Split String Node

Split String node.

The Split String node splits a string into a list of substrings using a separator string.

Đầu Vào (Inputs)

Chuỗi Ký Tự/String

The string value to split.

Separator

The string used to determine where the input string is split.

Each occurrence of the separator marks the boundary between list items.

Đầu Ra (Outputs)

Danh Sách (List)

A list of strings resulting from splitting the input string at each occurrence of the separator.