Extracted from Pike v7.3 release 45 at 2002-06-04.
pike.roxen.com
[Top]
String

Method String.fuzzymatch()


Method fuzzymatch

int(0..100) String.fuzzymatch(string a, string b)

Description

This function compares two strings using a fuzzy matching routine. The higher the resulting value, the better the strings match.

See also

Array.diff, Array.diff_compare_table Array.diff_longest_sequence