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

Represents a pattern that is matched at the beginning of the string (or line if the RegexOptions.Multiline option is applied). This class cannot be inherited.
Inheritance: QuantifiablePattern
Show file Open project: JosefPihrt/LinqToRegex

Private Methods

Method Description
AppendTo ( PatternBuilder builder ) : void