mIRC Search for multiple words in text file
问题 I am trying to search a text file that will return a result if more than one word is found in that line. I don't see this explained in the documentation and I have tried various loops with no success. What I would like to do is something similar to this: $read(name.txt, s, word1|word2|word3) or even something like this: $read(name.txt, w, word1*|*word2*|*word3) I don't know RegEx that well so I'm assuming this can be done with that but I don't know how to do that. 回答1: The documentation in