String
Splits a string at the specified delimiter into an array of substrings.
Value
The string to split.
Delimiter
The substring used to break the Value string. The Delimiter is not included in the array items.
Result
The returned array of substrings
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License