System.RegularExpressions.TGroup Properties
InheritedProtected
| Index | public | The starting position in the original string where the captured group was found. |
| Length | public | The length of the captured group. |
| Success | public | A boolean indicating if the match of the corresponding portion of the regular expression was successful. |
| Value | public | Contains the substring that matched the corresponding subpattern of the regular expression pattern. |