System.RegularExpressions.TMatch.NextMatch

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

Delphi

function NextMatch: TMatch;

C++

TMatch __fastcall NextMatch();

プロパティ

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

説明

次の一致を返します。

NextMatch は、最後の一致が終了した位置(Index + Length)で StartPos 値とともに Match を呼び出します。

関連項目