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 |