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

Signature

apoc.text.doubleMetaphone(value :: STRING?) :: (STRING?)

Input parameters

Name Type Default

value

STRING?

null

Usage Examples

RETURN apoc.text.doubleMetaphone("Neo4j Aura") AS output;
Table 1. Results
output

"NJAR"

RETURN apoc.text.doubleMetaphone("GRANDstack: Build Fullstack GraphQL Applications With Ease") AS output;
Table 2. Results
output

"KRNTPLTFLSTKRFKAPLKA0AS"