Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.01 KB

File metadata and controls

33 lines (21 loc) · 1.01 KB

IBaseGroup Interface

HomeMethodsExtension Methods

Namespace: Pihrtsoft.Text.RegularExpressions.Linq

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


Represents the base part of the character subtraction pattern.

public interface IBaseGroup

Derived

Methods

Method Summary
AppendBaseGroupTo(PatternBuilder) Appends the text representation of the base group to the specified PatternBuilder.

Extension Methods

Method Summary
Except(IBaseGroup, IExcludedGroup) Returns a pattern that matches a character from a specified base group except characters from a specified excluded group.