Skip to main content

Group Interface

Represents the results from a single capturing group.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public interface Group :
    Capture

Remarks

The Group is a part of a pattern enclosed by brackets. A group contains the part of a matched string which is matched by the subexpression enclosed in brackets.

See Also