Xref: utzoo comp.sys.ibm.pc.misc:3677 comp.sys.ibm.pc.hardware:3119 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!mintaka!olivea!orc!inews!iwarp.intel.com!gargoyle!chinet!kdb From: kdb@chinet.chi.il.us (Karl Botts) Newsgroups: comp.sys.ibm.pc.misc,comp.sys.ibm.pc.hardware Subject: regex for DOS Message-ID: <1990Nov15.025137.27698@chinet.chi.il.us> Date: 15 Nov 90 02:51:37 GMT References: <1990Nov5.102312.10398@pwa-b.uucp> <5679@hsv3.UUCP> Organization: Chinet - Public Access UNIX Lines: 11 Can anyone recommend a regular expression parser/matcher package that is complete and reasonably ready to compile under DOS? I fetched some source code from comp.sources.unix vol10 -- name contained the string "regex" -- and got it compiled and running before I realized that it supported an inadequate subset of full regular expressions. So then I broke the regex routines out of Gnu grep and tried those; they do a heck of an optimization, no doubt, but the compiler module is an 80K .obj file, and there seems to be some kind of allocation bug. All this added up to a lot more work than I was expecting. Surely this battle has been fought and won?