Split String Node

Split String node.

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

輸入

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.

輸出

List

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