apoc.text.doubleMetaphone
Function APOC Core
apoc.text.doubleMetaphone(value) yield value - Compute the Double Metaphone phonetic encoding of all words of the text value
Usage Examples
RETURN apoc.text.doubleMetaphone("Neo4j Aura") AS output;
output |
---|
"NJAR" |
RETURN apoc.text.doubleMetaphone("GRANDstack: Build Fullstack GraphQL Applications With Ease") AS output;
output |
---|
"KRNTPLTFLSTKRFKAPLKA0AS" |
Was this page helpful?