System.RegularExpressionsCore.TPerlRegExList.Stop

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Stop: Integer read GetStop write SetStop;

C++

__property int Stop = {read=GetStop, write=SetStop, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegExList

Description

Spécifie le dernier caractère dans Subject à travers lequel recherchent Match et MatchAgain.

Par défaut, elles recherchent jusqu'à la fin de la chaîne. Utilisez la propriété Stop pour effectuer la recherche seulement à travers une partie de la chaîne, sans devoir réallouer une chaîne tronquée.

Voir aussi