Description
Returns a phonetic 'sounds like' encoding of a string. This is typcial used for de-duplication purposes.
Signature
Metaphone3('inputstring')
Example
Metaphone3('Smith') Returns 'SM0'
Possible to get a secondary metaphone as well which helps for non-english Metaphone3('Smith', 'Secondary')
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| inputstring1 | xxxx | xxxx | xxxx |
