From: Ari Brown Date: 2007-06-26T07:44:14+09:00 Subject: Looking for a match Hey, I'm looking to match a string to another string ANYWHERE in a new file. For instance, my code looks like such: if readlines[*] == chosen_one # If there's a match - next # Boil some brains (try again) end My goal is to do a search through each line in the file's line (readlines[*]) for the chosen_one. Will Ruby support the wildcard I used? And if not, what could I do to fix it? BTW, this is apart of the ruby quiz if that helps. aRi -------------------------------------------| Nietzsche is my copilot