sql.soundex( arg as String ) as String
Returns a four-character (SOUNDEX) code to evaluate the similarity of two strings.
Parameters | |
---|---|
arg | The string whose soundex will be returned. |
sql.soundex("Smith") => "S5351000"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.