RAD Studio VCL Reference
|
Indicates whether one string is a (case-insensitive) substring of another.
function AnsiContainsText(const AText: string; const ASubText: string): Boolean; overload;
Boolean AnsiContainsText(const AnsiString AText, const AnsiString ASubText);
AnsiContainsText returns true if the string specified by ASubText appears as a substring of the string specified by AText. Comparison is performed case-insensitively and based on the current system locale.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|