Search notes:

Perl module String::Approx

use warnings;
use strict;

use String::Approx 'amatch';

print join "\n", amatch('maintenance', qw(maintainance main maintainer maintain maintenance)); # prints «maintainance» and «maintenance»
Github repository PerlModules, path: /String/Approx/script.pl
Perl modules.

Index