Containing Type: Pattern
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Appends a pattern that matches one or many opening characters balanced with one or many closing characters.
Between the characters can be zero or many characters that are neither opening nor closing character.
public Pihrtsoft.Text.RegularExpressions.Linq.Pattern BalanceChar(char openingCharacter, char closingCharacter, string groupName)
openingCharacter Char
Opening Unicode character to balance.
closingCharacter Char
Closing Unicode character to balance.
groupName String
A name of the group that contains balanced content of the opening and closing character.
groupName is not a valid regex group name.
groupName is null
.