I have this search-thingie that searches through a text file for occurences of user input string (from a form). Everything works fine untill user wants to do a wildcard search. I'm not sure if that is the right term for that, but I am talking about searches with * and ? in it. Is there a way to do these kind of searches from an array? Any help is welcome.