I want to split a string in several chunks based on a specific value.
For example the list [1; 2; 3; 0; 2; 4; 0; 5; 6; 0; 7] and check element 0
[1; 2; 3; 0; 2; 4; 0; 5; 6; 0; 7]
0