Description
Returns a percentage of how alike 2 strings are given the distance between.
Signature
Similarity('inputstring1', 'inputstring2', 'distance')
Example
Similarity('microsoft', 'microoft', 1) Returns 0.8888889
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| inputstring1 | xxxx | xxxx | xxxx |
| inputstring2 | xxxx | xxxx | xxxx |
| distance | xxxx | xxxx | xxxx |
