apoc.text.distance
Function APOC Core
apoc.text.distance(text1, text2) - compare the given strings with the Levenshtein distance algorithm.
Usage Examples
RETURN apoc.text.distance("Levenshtein", "Levenstein") AS output;
output |
---|
1 |
Was this page helpful?