Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
7.2::
String

Method String.fuzzymatch()


Method fuzzymatch

int 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()