System.RegularExpressions.TMatchEvaluator

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions System.RegularExpressions

説明

一致したものを置き換えるための手続き型。

TRegEx の Replace メソッドで使用します。

関連項目

コード サンプル