Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 864 Bytes

File metadata and controls

31 lines (17 loc) · 864 Bytes

CharPattern.AppendExcludedGroupTo(PatternBuilder) Method

Home

Containing Type: CharPattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


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

public void AppendExcludedGroupTo(Pihrtsoft.Text.RegularExpressions.Linq.PatternBuilder builder)

Parameters

builderPatternBuilder

The builder to use for appending the text.

Implements

Exceptions

ArgumentNullException

builder is null.