fuzz.icn: Program to perform fuzzy pattern matching

November 10, 1993; Alex Cecil
This file is in the public domain.
   This program illustrates "fuzzy" string pattern matching.  The result
of matching s and t is a number between 0 and 1 which is based on
counting matching pairs of characters in increasingly long substrings
of s and t.  Characters may be weighted differently, and the reverse
tally may be given a negative bias.

Source code | Program Library Page | Icon Home Page