apoc.text.levenshteinDistance
This function is deprecated.
Use apoc.text.distance() instead.
|
Syntax |
|
||
Description |
Compares the given |
||
Arguments |
Name |
Type |
Description |
|
|
The first string to be compared against the second. |
|
|
|
The second string to be compared against the first. |
|
Returns |
|