NAME String::Approx - Perl extension for approximate matching (fuzzy matching) SYNOPSIS use String::Approx 'amatch'; print if amatch("foobar"); my @matches = amatch("xyzzy", @inputs); my @catches = amatch("plugh", ['2'], @inputs); DESCRIPTION String::Approx lets you match and substitute strings approximately. With this you can emulate errors: typing errorrs, speling errors, closely related vocabul
{{#tags}}- {{label}}
{{/tags}}