System.RegularExpressionsCore.TPerlRegEx.Replace

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

Delphi

function Replace: string;

C++

System::UnicodeString __fastcall Replace();

プロパティ

種類 可視性 ソース ユニット
function public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegEx

説明

Subject で一致する表現を ComputeReplacement に置き換えます。

ComputeReplacement から実際に置き換えられたテキストを返します。Match または MatchAgain が正常に呼び出された後にだけ、Replace を呼び出すことができます。

関連項目

コード サンプル