FINDMATCHESBOYERMOORECASEINSENSITIVE |
Recherche la correspondance |
---|---|
Free Pascal | strutils |
Syntaxe
Function FindMatchesBoyerMooreCaseInSensitive(Const S:PChar;Const OldPattern:PChar;Const SSize:SizeInt;Const OldPatternSize:SizeInt;Out aMatches:SizeIntArray;Const aMatchAll:Boolean):Boolean; |
Function FindMatchesBoyerMooreCaseInSensitive(Const S:String;Const OldPattern:String;Out aMatches:SizeIntArray;Const aMatchAll:Boolean):Boolean; |
Description
Cette procédure permet de rechercher des correspondances sans distinction à la casse d'une chaîne de caractères à l'aide d'un algorithme de Boyer-Moore.
Dernière mise à jour : Lundi, le 24 Août 2020