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.
出力¶
- リスト
A list of strings resulting from splitting the input string at each occurrence of the separator.