apoc.coll.split
Syntax |
|
||
Description |
Splits a collection by the given value.
The value itself will not be part of the resulting |
||
Input arguments |
Name |
Type |
Description |
|
|
The list to split into parts. |
|
|
|
The value to split the given list by. |
|
Return arguments |
Name |
Type |
Description |
|
|
The split list. |