System.RegularExpressionsCore.TPerlRegEx.MatchedText
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 メソッドを最後に呼び出してから正規表現と一致した部分文字列。
実行時および読み取り専用です。