Users Pricing

forum

Home Forums Result of LINQ.Any to string – MindStick

Result of LINQ.Any to string

Anonymous User 2412 05 Oct 2013

So, I check if a string contains a certain word from an array with the following statement:

if(stringArray.Any(s => stringToCheck.Contains(s)))


Simple. Now a match is found and the statement is true. But I want to know also which item in the array matched with the string. The placeholder "s" in the LINQ statement above is not available in the following clause.


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md