apoc.text.hammingDistance

Function

apoc.text.hammingDistance(text1, text2) - compare the given strings with the Hamming distance algorithm.

Signature

apoc.text.hammingDistance(text1 :: STRING?, text2 :: STRING?) :: (INTEGER?)

Input parameters

Name Type Default

text1

STRING?

null

text2

STRING?

null