Namespace: FluentRegex
Represents the type of group in a regular expression pattern.
public enum GroupType
Inheritance Object → ValueType → Enum → GroupType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Name | Value | Description |
---|---|---|
NonCapturing | 0 | A non-capturing group. |
Capturing | 1 | A capturing group. |
NamedCapturing | 2 | A named capturing group. |