C#C
C#3y ago
Dreams

❔ Linq statement doesn't work

   .Where(i => strArray.Any(s => i.Name.Contains(s)))

I have an array of strings [ "text1", "text2", "text3"] and I want to find all Names that have a substring such as: text1somethingsomething
Was this page helpful?