System.RegularExpressionsCore.TPerlRegEx.Stop

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Stop: Integer read FStop write SetStop;

C++

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

Propriétés

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

Description

Spécifie le dernier caractère dans Subject à travers lequel effectuer la recherche.

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

Exemples de code