Linq SelectMany ListofDictionary

Hi,

Can you try the following expression?

image

subjects = listDict.Select(Function(d) d("subject")).Where(Function(s) System.Text.RegularExpressions.Regex.IsMatch(s,"\d")).ToArray()

Main.xaml (6.8 KB)

Regards,

1 Like