Returns true if Title contains at the correct location the text string, case insensitive comparisons are used
Namespace: HelperFunctions
Delphi |
function IsMatchText( SearchPos: TCompareStringsOption; Title, Text: String; IgnoreWords: Integer): Boolean; |
Parameters
SearchPos
Type: TCompareStringsOption
Title
Type: String
Text
Type: String
IgnoreWords
Type: Integer
Type: Boolean
The following code returns true:
|