Cut
x_y

The cut primitive partitions the array y before the indices given in array x.

The portion of the array before the first index is ignored.

 0 4_"feedface"
("feed";"face")

 3 5_"adfdsfsdfa"
("ds"
 "fsdfa")