powered by
American Soundex algorithm for phonetic encoding.
soundex(word)
Character. 4-character Soundex code
Character. Word to encode
soundex("Robert") # "R163" soundex("Rupert") # "R163" (same as Robert) soundex("Washington") # "W252"
Run the code above in your browser using DataLab