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