Path: utzoo!utgpu!watmath!att!rutgers!ucsd!swrinde!cs.utexas.edu!uunet!dino!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!s.cs.uiuc.edu!jaswal From: jaswal@s.cs.uiuc.edu Newsgroups: comp.sys.ibm.pc Subject: Re: Pattern Matching for the PC Message-ID: <213400067@s.cs.uiuc.edu> Date: 17 Nov 89 01:30:59 GMT References: <67975@philabs.Philips.Com> Lines: 15 Nf-ID: #R:philabs.Philips.Com:67975:s.cs.uiuc.edu:213400067:000:547 Nf-From: s.cs.uiuc.edu!jaswal Nov 15 06:21:00 1989 The June '89 issue of Dr Dobbs Journal has an article called "Writing AWK-like extensions in C." If you are familiar with UNIX AWK then you know that it has very extensive string searching and regular expression support. The article looks pretty good (I haven't dived into it yet) and it comes with the C source for lots of support routines. The routines try to integrate the basic string processing capabilities of AWK into C functions. I think you can buy a disk with the source on it from DDJ and I know it's on the net somewhere. Vijay