C# Class FlimFlan.ReadableRex.LazyQuantifier

Inheritance: Quantifier
显示文件 Open project: royosherove/dotnet-linq-to-regex

Public Methods

Method Description
AtLeast ( int timesToRepeat ) : Pattern
AtMost ( int timesToRepeat ) : Pattern
Exactly ( int timesToRepeat ) : Pattern
InRange ( int minimum, int maximum ) : Pattern
LazyQuantifier ( Pattern quantifiedExpression ) : System

Method Details

AtLeast() public method

public AtLeast ( int timesToRepeat ) : Pattern
timesToRepeat int
return Pattern

AtMost() public method

public AtMost ( int timesToRepeat ) : Pattern
timesToRepeat int
return Pattern

Exactly() public method

public Exactly ( int timesToRepeat ) : Pattern
timesToRepeat int
return Pattern

InRange() public method

public InRange ( int minimum, int maximum ) : Pattern
minimum int
maximum int
return Pattern

LazyQuantifier() public method

public LazyQuantifier ( Pattern quantifiedExpression ) : System
quantifiedExpression Pattern
return System