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; overload;
C++
Boolean ResemblesText(const AnsiString AText, const AnsiString AOther);
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!