MarkLogic Server 11.0 Product Documentation
sql.soundexsql.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: Get the most useful answers to questions from the MarkLogic community, or ask your own question.