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.