If, by "fuzzy string comparison", you mean string comparison
which can result in something other than "match"/"no match", then
you might consider looking for information on Levenshtein string
distances. Another method, which is very simple, is to simply
count the proportion of exact matches.
-- Will Dwinnell Commercial Intelligence