I read this question: Split List into Sublists with LINQ but it not help me for the following problem.
I have the following list
18
0
abcde
678
-----
23
1
abcde
-----
66
4
3rwer
1
another item
How can I split this list into sublist by -----
separator ?
Thanks