How to match two strings approximately
By engaging approximate string matching in our applications, we have this opportunity to write more intelligent and more user friendly applications. In this post, you will find the Delphi implementation of Damerau-Levenshtein distance algorithm to use for writing another Delphi function for fuzzy matching of two strings.