sql:soundex

sql:soundex(
   $arg as xs:string
) as xs:string

Summary

Returns a four-character (SOUNDEX) code to evaluate the similarity of two strings.

Parameters
arg The string whose soundex will be returned.

Example

sql:soundex("Smith")
=> "S5351000"
Powered by MarkLogic Server | Terms of Use | Privacy Policy