System.RegularExpressions.TGroup Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
IndexpublicThe starting position in the original string where the captured group was found.
LengthpublicThe length of the captured group.
SuccesspublicA boolean indicating if the match of the corresponding portion of the regular expression was successful.
ValuepublicContains the substring that matched the corresponding subpattern of the regular expression pattern.