Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calculate Soundex

Status
Not open for further replies.

csutton

Programmer
Dec 27, 2000
213
US
Does anyone have any vb.net code to calculate a soundex value on a string?

thank you.
 
I searched google and found this:


Its an interesting article, all the code is included. It kind of disses the value of soundex but the code and article are well written nonetheless.

Cudos to the author.

I would never use it, I have written code that finds duplicate Customer Accounts in my Accounting system based on substrings of a customer name and on the same postal code or tel#.

Might I ask what your application is?
 
Yeah, soundex has problems. It only works for English words (any accented characters are stripped out), and doesn't work for Unicode.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Hey all,

Thanks for the replies. It is basically to look up basic names, nothing great. It was just an option I wanted to provide. I'll consider the cons and see how it goes.

Thank you very much.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top