apoc.text.doubleMetaphone

Details

Syntax

apoc.text.doubleMetaphone(value)

Description

Returns the double metaphone phonetic encoding of all words in the given STRING value.

Arguments

Name

Type

Description

value

STRING

The string to be encoded using the double metaphone phonetic encoding.

Returns

STRING

Usage Examples

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

"NJAR"

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

"KRNTPLTFLSTKRFKAPLKA0AS"