Possible Duplicate:
Are there any Fuzzy Search or String Similarity Functions libraries written for C#?
I need to check the similarity of input value -which one user entered- to our records.
12345 vs 1234
12345 vs 13245
Robert vs Robret
etc...
In short; I need to calculate the similarity and tolerate the input in some ratio...
The Levenshtein distance is a string similarity algorithm you could use.
Google shows me this
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With