using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Collections.Generic;
public static void Main()
var split = s.Select((c, index) => new {c, index})
.Select(group => group.Select(elem => elem.c))
.Select(chars => new string(chars.ToArray()));
foreach (var str in split)