System.RegularExpressions.TMatch Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
GroupspublicContains a collection of groups from the most recent match with a regular expression.
IndexpublicThe starting position in the matching string of the substring that matched the regular expression.
LengthpublicThe length of the substring that matched the regular expression.
SuccesspublicIndicates whether the match was successful.
ValuepublicHolds the actual substring that matched the regular expression.