apoc.text.phonetic

Function APOC Core

apoc.text.phonetic(text) yield value - Compute the US_ENGLISH phonetic soundex encoding of all words of the text

Signature

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

Input parameters

Name Type Default

value

STRING?

null

Usage Examples

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

"N200"

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

"G653B430F423G612A142W300E200"