System.RegularExpressions.TMatchEvaluator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions System.RegularExpressions

Description

Procedure type for match replacement.

Used in the TRegEx Replace method.

See Also

Code Examples