apoc.text.doubleMetaphone

Function

apoc.text.doubleMetaphone(value STRING) - returns the double metaphone phonetic encoding of all words in the given STRING 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"