Workshop.codes
Create

String Split Last updated November 26, 2024

Description

Results in an Array of String Values. These String Values will be built from the specified String Value, split around the separator String.

Snippet

String Split(Global.variableName, Global.variableName);

Properties

Returns: Array (String)
Parameters: String, Separator

String
Type: String, Default: Global Variable
The String Value to split.

Separator
Type: String, Default: Global Variable
The separator String with which to split the String Value.

Workshop.codes