User-1188570427 posted
What would be a LINQ statement that could check to see if a list of date text is found in another list of random text?
Example:
List of strings (date text format) -DateTextList
"Thu, Mar 28"
"Fri, Mar 29"
"Sat, Mar 30"
---------------------------------
List of Strings - RecordTextList
"Thu, Mar 28vs Pittsburgh W5-3 1-0Duke 1-0Taillon 0-1Hernandez 144,049"
"Sun, Mar 31vs Pittsburgh 1:10 PM Roark Musgrove Tickets as low as $14"
"Tue, Mar 26vs Pittsburgh 1:10 PM Roark Musgrove Tickets as low as $14"
So if any of the DateTextList records is contained in the list of records of RecordTextList, I want to return TRUE.