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