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

Represents a pattern that matches a specified content with lookbehind assertion on the left side and lookahead assertion on the right side. This class cannot be inherited.
Inheritance: Pattern
Show file Open project: JosefPihrt/LinqToRegex

Private Methods

Method Description
AppendTo ( PatternBuilder builder ) : void
SurroundAssertion ( object backAssertion, object content, object assertion ) : System