Splitter
Last updated
Last updated
[string/Splitter]
Splits the value received on string
by the value received on separator
.
Example:
"foo.bar.baz"@0 is received via string
"."@0 is received via separator
["foo", "bar", "baz"]@0 is sent via substrings
Keywords: string, split
separator: string
The separator string
string: string
The string to be splitted
substrings: string[]
Sends the array of the parts.