Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 834 Bytes

File metadata and controls

31 lines (17 loc) · 834 Bytes

CharPattern.AppendBaseGroupTo(PatternBuilder) Method

Home

Containing Type: CharPattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


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

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

Parameters

builderPatternBuilder

The builder to use for appending the text.

Implements

Exceptions

ArgumentNullException

builder is null.