Split Text
Splits the given text.
Last updated
Splits the given text.
Last updated
This activity splits the given text with a user-specified separator.
Text : String Argument
Input the content which is to be split.
Separator: String Argument
Input the separator to separate the specified contents.
Result: Array Variable
Stores the separated texts as an array of string.