RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StrUtils.ResemblesText Function

ResemblesText uses a Soundex method to determine if string AText and string AOther are similar. The result is True if the two strings a similar according to the Soundex method, and false otherwise.

Pascal
function ResemblesText(const AText: string; const AOther: string): Boolean;
C++
Boolean ResemblesText(const AnsiString AText, const AnsiString AOther);

StrUtils

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!