apoc.text.distance Function apoc.text.distance(text1, text2) - compare the given strings with the Levenshtein distance algorithm. Signature apoc.text.distance(text1 :: STRING?, text2 :: STRING?) :: (INTEGER?) Input parameters Name Type Default text1 STRING? null text2 STRING? null More documentation of apoc.text.distance