Let us say I have this code
string seachKeyword = \"\"; List sl = new List(); sl.Add(\"store\"); sl.Add(\"State\"); sl.Add(\"STAM
StringComparer.CurrentCultureIgnoreCase is a better approach instead of using indexOf.