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

Capture Members

In This Article
Represents the part of string matched by the group expression (the string matched by a subexpression of group expression).

#Properties

Name Description
Length The length of the captured substring.
Position Gets the starting position of the matching string in the document.
Value Gets the captured substring from the input string

#Methods

Name Description
GetRange() Obtains a range in the document containing the matching string.
See Also