apoc.text.compareCleaned Function apoc.text.compareCleaned(text1, text2) - compare the given strings stripped of everything except alpha numeric characters converted to lower case. Signature apoc.text.compareCleaned(text1 :: STRING?, text2 :: STRING?) :: (BOOLEAN?) Input parameters Name Type Default text1 STRING? null text2 STRING? null More documentation of apoc.text.compareCleaned