C# Class Pihrtsoft.Text.RegularExpressions.Linq.CharSubtraction

Represents a character subtraction pattern. This pattern matches a character from a base group except characters from a excluded group.
Inheritance: QuantifiablePattern, IExcludedGroup
Show file Open project: JosefPihrt/LinqToRegex

Public Methods

Method Description
AppendExcludedGroupTo ( PatternBuilder builder ) : void

Appends the text representation of the current instance of the character subtraction to the specified PatternBuilder.

Private Methods

Method Description
AppendTo ( PatternBuilder builder ) : void
CharSubtraction ( IBaseGroup baseGroup, IExcludedGroup excludedGroup ) : System

Method Details

AppendExcludedGroupTo() public method

Appends the text representation of the current instance of the character subtraction to the specified PatternBuilder.
is null.
public AppendExcludedGroupTo ( PatternBuilder builder ) : void
builder PatternBuilder The builder to use for appending the text.
return void