apoc.text.levenshteinDistance
In APOC 2025.06, this function was removed from the APOC Core library.
Use If you are using APOC 2025.06 or later, the function is not available in Cypher 25 but can still be used with Cypher 5. For more information, see APOC and Cypher versions. |
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 |
|