SOUNDEX
Returns a string that contains a phonetic representation of the input string.
Last updated
Was this helpful?
Returns a string that contains a phonetic representation of the input string.
Last updated
Was this helpful?
expression: The expression for which a representation of the pronunciation is returned.
Examples
You can use this function to determine whether two strings (for example, similar last names ‘Smith’ and ‘Smythe’) have similar pronounciations in the English language. This function uses the , which is described in . This function returns only four characters (one letter and three digits). As a result, the output is primarily determined by the first few syllables of the input, rather than the entire string.