fwindey

fwindey

  • NA
  • 1
  • 0

Fuzzy string matching

Feb 23 2004 3:31 PM
I'm searching for the C# source code of an algorithm that performs an approximate string match on 2 strings. For example, I want to search in a list of words for those words who approximately match the word "Hello". "Hello", "Hallo", "Helo", etc.... should be the desired results.