SoundexProc
Default AnsiResemblesText implementation.
Declaration
Source position: strutils.pp line 154
function SoundexProc(const AText: string; const AOther: string)
: Boolean;
Description
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.
Errors
None.
See also
Name | Description |
---|---|
Soundex | Compute the soundex of a string |
SoundexCompare | Compare soundex values of 2 strings. |
SoundexInt | Soundex value as an integer. |
SoundexSimilar | Check whether 2 strings have equal soundex values |
SoundexWord | Calculate a word-sized soundex value |