Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!bagate!cbmvax!cbmehq!cbmvie!alison!mjl From: mjl@alison.at (Martin J. Laubach) Newsgroups: comp.sys.amiga.programmer Subject: Re: Source code for search Message-ID: Date: 8 Jun 91 01:16:15 GMT References: <492@regina.uregina.ca> Reply-To: mjl@alison.at Organization: The Austrian Amiga Developers Association/ETA002 Lines: 19 | Would anyone happen to have source code for a (very) fast search routine? | Basically, what I need is something like strstr() You might have a look at: author = {Ricardo A. Baeza-Yates}, title = {Algorithms for String Searching: A Survey}, pages = {34 - 58}, journal = {Sigir Forum}, publisher = {acm Press}, number = {3,4}, volume = 23, year = 1989 and follow the cross-references of that article. mjl PS: Sorry about the strange format, that's how I have it online.