Reference
Components
String to String Array
Description
This component converts a String to an Array of Strings by splitting the string up character by character and inserting the characters into the
array.
Example
The String “Apples” would become a String Array with entries: “A”,”p”,”p”,”l”,”e”,”s”.
Connectors
Inputs Type Outputs Type
String to split
String Array of characters
String Array
416 of 494