[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Default AnsiResemblesText implementation.
Source position: strutils.pp line 155
function SoundexProc( |
const AText: string; |
const AOther: string |
):Boolean; |
AText |
|
Second string. |
AOther |
|
First string. |
0 if the soundexes are equal. Negative of the first is smaller as the second, positive otherwise.
SoundexProc is the standard implementation for the AnsiResemblesText procedure: By default, AnsiResemblesProc is set to this function. It compares the soundex codes of AOther and AText and returns True if they are equal, or False if they are not.
None.
|
Compute the soundex of a string |
|
|
Compare soundex values of 2 strings. |
|
|
Soundex value as an integer. |
|
|
Calculate a word-sized soundex value |
|
|
Check whether 2 strings have equal soundex values |