Loading TOC...

sql.soundex

sql.soundex(
   arg as String
) as 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"

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.