sql:soundex( $arg as xs:string ) as xs:string
Returns a four-character (SOUNDEX) code to evaluate the similarity of two strings.
sql:soundex("Smith") => "S5351000"