Xref: utzoo comp.lang.c:24448 comp.sources.wanted:9720 comp.lang.c++:5849 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!samsung!munnari.oz.au!basser!ultima!hades!ing From: ing@hades.OZ (Ian Gold) Newsgroups: comp.lang.c,comp.sources.wanted,aus.wanted,comp.lang.c++ Subject: Soundex (sounds like) Keywords: soundex string match Message-ID: <488@hades.OZ> Date: 11 Dec 89 23:17:31 GMT Organization: Ausonics Pty Ltd, Sydney, Australia Lines: 9 I am looking for a 'soundex' routine in C (or C++). That is a routine capable of finding a substring of a target string that sounds like a given string. The call would look something like this. char *soundex(char *target, char *given); P.S. If the routine you have is NOT in C that's fine. I can always convert it.