[Overview][Constants][Types][Procedures and functions] | Reference for unit 'strutils' (#rtl) |
Check whether 2 strings have equal soundex values
Source position: line 0
function SoundexSimilar( |
const AText: String; |
const AOther: String; |
ALength: TSoundexLength |
):Boolean; |
const AText: String; |
const AOther: String |
):Boolean; |
AText |
|
First string |
AOther |
|
Second string |
ALength |
|
Soundex length (default 4) |
True if the strings have the same soundex value, False otherwise
AText |
|
First string |
AOther |
|
Second string |
True if the strings have the same soundex value, False otherwise
SoundexSimilar returns True if the soundex codes (with length ALength) of AText and AOther are equal, and False if they are not.
None.
|
Compute the soundex of a string |
|
|
Compare soundex values of 2 strings. |
|
|
Soundex value as an integer. |
|
|
Default AnsiResemblesText implementation. |
|
|
Calculate a word-sized soundex value |
|
|
Compute the soundex of a string |
No notes exist for this page yet.