Split strings
Splits a string into a list of strings.
Inputs
-
string
- The first string value to split.
-
separator
- The string value that defines the separator in which the string is split.
Outputs
-
string list
- The list of split string values.
Note(s)
- Other names for this node include: StringSplit.