Home • Methods • Extension Methods
Namespace: Pihrtsoft.Text.RegularExpressions.Linq
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Represents the base part of the character subtraction pattern.
public interface IBaseGroup
Method | Summary |
---|---|
AppendBaseGroupTo(PatternBuilder) | Appends the text representation of the base group to the specified PatternBuilder. |
Method | Summary |
---|---|
Except(IBaseGroup, IExcludedGroup) | Returns a pattern that matches a character from a specified base group except characters from a specified excluded group. |