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

Represents a pattern that is quantified, i.e. quantifier is applied on it. This class is abstract.
Inheritance: Pattern
Mostra file Open project: JosefPihrt/LinqToRegex

Public Methods

Method Description
Lazy ( ) : Pattern

Specifies that the quantifier is lazy. Quantified pattern will be matched as few times as possible.

Protected Methods

Method Description
QuantifiedPattern ( )

Initializes a new instance of the QuantifiedPattern class.

Method Details

Lazy() public method

Specifies that the quantifier is lazy. Quantified pattern will be matched as few times as possible.
public Lazy ( ) : Pattern
return Pattern

QuantifiedPattern() protected method

Initializes a new instance of the QuantifiedPattern class.
protected QuantifiedPattern ( )