Troubleshooting and Reference Guide : Available Functions : Using Matching Functions : String Encoding Functions
 
Share this page                  
String Encoding Functions
This collection of functions can be used for the phonetic encoding of string values. Phonetic encoding represents words by how they are pronounced. This can be useful for comparing strings such as names, as variant spellings are encoded into the same form. These functions will return a null value if the input string is null valued.
Function Name
Description
Output Type
Parameters
StringEncodings.caverphone
Returns the phonetic encoding of the string expression, using the Caverphone algorithm.
String
String value
StringEncodings.doubleMetaphone
Returns the phonetic encoding of the string expression, using the Double Metaphone algorithm.
String
String value
StringEncodings.metaphone
Returns the phonetic encoding of the string expression, using the Metaphone algorithm.
String
String value
StringEncodings.refinedSoundex
Returns the phonetic encoding of the string expression, using the refined Soundex algorithm.
String
String value
StringEncodings.soundex
Returns the phonetic encoding of the string expression, using the Soundex algorithm.
String
String value