[Overview][Constants][Types][Procedures and functions] | Reference for unit 'strutils' (#rtl) |
Compute the soundex of a string
Source position: line 0
function Soundex( |
const AText: String; |
ALength: TSoundexLength |
):String; |
const AText: String |
):String; |
AText |
|
Text to compute soundex of |
ALength |
|
Length of the soundex |
String with the soundex code of the original string.
AText |
|
Text to compute soundex of |
String with the soundex code of the original string.
Soundex computes a soundex code for AText. The resulting code will at most have ALength characters. The soundex code is computed according to the US system of soundex computing, which may result in inaccurate results in other languages.
None.
|
Compare soundex values of 2 strings. |
|
|
Soundex value as an integer. |
|
|
Default AnsiResemblesText implementation. |
|
|
Calculate a word-sized soundex value |
|
|
Check whether 2 strings have equal soundex values |
No notes exist for this page yet.