Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Match Properties
Show Inherited Hide Inherited

Represents the result of a regular expression matching operation.
Name Description
Captures Gets a collection of all the captures matched by the capturing group, in innermost-leftmost-first order. The collection may have zero or more items. Inherited from Group.
Groups Gets a collection of groups matched by the regular expression.
Length The length of the captured substring. Inherited from Capture.
Position Gets the starting position of the matching string in the document. Inherited from Capture.
Value Gets the captured substring from the input string Inherited from Capture.
See Also