Select from following answers:- Gets a collection of all the captures matched by the capturing group.The collection may have zero or more items.
- Gets a collection of all the non matched captures by the capturing group.The collection may have zero or more items.
- Gets a collection of selected captures matched by the capturing group.The collection may have zero or more items.
- All the above
- All Above
Gets a collection of all the captures matched by the capturing group, in innermost-leftmost-first order (or innermost-rightmost-first order if the regular expression is modified with the System.Text.RegularExpressions.RegexOptions.RightToLeft option). The collection may have zero or more items.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator