Section courante

A propos

Section administrative du site

FINDMATCHESBOYERMOORECASESENSITIVE

Recherche la correspondance
Free Pascal strutils

Syntaxe

Function FindMatchesBoyerMooreCaseSensitive(Const S:PChar;Const OldPattern:PChar;Const SSize:SizeInt;Const OldPatternSize:SizeInt;Out aMatches:SizeIntArray;Const aMatchAll:Boolean):Boolean;
Function FindMatchesBoyerMooreCaseSensitive(Const S:String;Const OldPattern:string;Out aMatches:SizeIntArray;Const aMatchAll:Boolean):Boolean;

Description

Cette procédure permet de rechercher des correspondances sensibles à 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