today I was wondering if there is a better solution perform the following code sample.
string keyword = \" abc, foo , bar\"; string match = \"foo\"; str
var parts = line .Split(';') .Select(p => p.Trim()) .Where(p => !string.IsNullOrWhiteSpace(p)) .ToArray();