Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.15 KB

fluentregex.namedgroupstyle.md

File metadata and controls

24 lines (16 loc) · 1.15 KB

NamedGroupStyle

Namespace: FluentRegex

Represents the style of a named group in a regular expression pattern.

public enum NamedGroupStyle

Inheritance ObjectValueTypeEnumNamedGroupStyle
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Remarks:

A named group is a capturing group that can be referenced by name.

Fields

Name Value Description
SingleQuote 0 The named group is enclosed in single quotes.
AngleBrackets 1 The named group is enclosed in angle brackets.
PStyle 2 The named group is enclosed in angle brackets, preceded by a question mark and the letter 'P'.