System.RegularExpressions.TMatchEvaluator

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TMatchEvaluator = function(const Match: TMatch): string of object;

C++

typedef System::UnicodeString __fastcall (__closure *TMatchEvaluator)(const TMatch &Match);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions System.RegularExpressions

Beschreibung

Prozedurentyp für Übereinstimmungsersetzungen.

Wird in der Methode TRegEx Replace verwendet.

Siehe auch

Code-Beispiele