Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!eru!luth!sunic!mcsun!hp4nl!tnoibbc!eve From: eve@tnoibbc.UUCP (Edwin van Ek) Newsgroups: comp.lang.c Subject: wildcards strcmp() Keywords: wildcards, strcmp Message-ID: <1791@tnoibbc.UUCP> Date: 20 Mar 90 09:48:25 GMT Lines: 19 I'm looking for a strcmp() which can handle wildcards. I know the standard-C-function can't do this. Has anyone written this function and can I obtain it, if not can anyone gove me hints on how to implement this function. The wildcards I have to use in my program are : * -> matches any number, float and int $ -> matches any blank terminated string @ -> any letter ^ -> any uppercase-letter ? -> any character # -> any digit \ -> used to start pattern escape sequence Please respond by e-mail. many regards E. van Ek