System.RegularExpressionsCore.TPerlRegEx.MatchedText
Delphi
property MatchedText: string read GetMatchedText;
C++
__property System::UnicodeString MatchedText = {read=GetMatchedText};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | System.RegularExpressionsCore.pas System.RegularExpressionsCore.hpp |
System.RegularExpressionsCore | TPerlRegEx |
Description
Contient la sous-chaîne qui a été la dernière mise en correspondance.
Indique la sous-chaîne mise en correspondance par l'expression régulière dans le dernier appel à la méthode Match ou MatchAgain.
Propriété d'exécution en lecture seule.