FluentRegex

GroupType

Namespace: FluentRegex

Represents the type of group in a regular expression pattern.

public enum GroupType

Inheritance ObjectValueTypeEnumGroupType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
NonCapturing 0 A non-capturing group.
Capturing 1 A capturing group.
NamedCapturing 2 A named capturing group.