System.RegularExpressionsCore.TPerlRegEx.MatchedText

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

Delphi

property MatchedText: string read GetMatchedText;

C++

__property System::UnicodeString MatchedText = {read=GetMatchedText};

プロパティ

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

説明

最後に一致した部分文字列を保持します。

Match メソッドまたは MatchAgain メソッドを最後に呼び出してから正規表現と一致した部分文字列。

実行時および読み取り専用です。

関連項目

コード サンプル