ppr
(Peter Preuss)
2
@Srini84
technically we can do it with LINQ
Ensure System.Text.RegularExpressions is imported (Imports Panel)
Position helper:

Group Processing

i/o

Starter help:
GroupsWithRegexInKey_GrpCntLabel.xaml (8.5 KB)
But doing it alternate / Hybrid (GroupBy = LINQ, member processing with for each) has the potential to realize are more clean implementation
also have a look here:
1 Like