System.RegularExpressions.TMatch.NextMatch

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function NextMatch: TMatch;

C++

TMatch __fastcall NextMatch();

Propriétés

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

Description

Renvoie la correspondance suivante.

NextMatch appelle Match avec un StartPos de la position à laquelle se termine la dernière correspondance (Index + Length).

Voir aussi