System.RegularExpressionsCore.TPerlRegEx.MatchedText
Delphi
property MatchedText: string read GetMatchedText;
C++
__property System::UnicodeString MatchedText = {read=GetMatchedText};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.RegularExpressionsCore.pas System.RegularExpressionsCore.hpp |
System.RegularExpressionsCore | TPerlRegEx |
Description
Holds the substring that was last matched.
The substring matched by the regular expression in the last call to the Match method or the MatchAgain method.
Run-time and read-only.
See Also
Code Examples