FunctionsArray
array_split
Splits an array into sub-arrays by delimiter tokens and returns a nested array representation.
array_split(…) → StringKind · scalar
Splits an array into sub-arrays by delimiter tokens and returns a nested array representation.
Part of the Array family.