Split
 
 
 

Categories

  • String

Description

Splits a string at the specified delimiter into an array of substrings.

Ports

Inputs

Value

The string to split.

Delimiter

The substring used to break the Value string. The Delimiter is not included in the array items.

Outputs

Result

The returned array of substrings