System.RegularExpressions.TMatch.NextMatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NextMatch: TMatch;

C++

TMatch __fastcall NextMatch();

Properties

Type Visibility Source Unit Parent
function public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TMatch

Description

Returns the next match.

NextMatch calls Match with a StartPos of the position at which the last match ended (Index + Length).

See Also