You are viewing a single comment's thread.

view the rest of the comments →

0
2

[–] moderator99 0 points 2 points (+2|-0) ago 

I'm learning!

                        foreach (string s in lstSearchStrings.Items)
                        {
                            if (chkExactCase.Checked == false)
                            {
                                if (fileText.Contains(s.ToUpper()))
                                {
                                    lstOutput.Items.Add(filePath);
                                    break;
                                }
                            }
                            else if (fileText.Contains(s))
                            {
                                lstOutput.Items.Add(filePath);
                                break;
                            }
                        }

0
1

[–] cantaloupe6 0 points 1 point (+1|-0) ago  (edited ago)

for demon in entertainment:

    bind_to_abyss( demon )