[Top]
String
|
Method String.soundex()
- Method
soundex
-
string String.soundex(string word)
- Description
-
Returns the soundex value of word according to
the original Soundex algorithm, patented by Margaret OŽDell
and Robert C. Russel in 1918. The method is based on the phonetic
classification of sounds by how they are made.
|