C# Class FlimFlan.ReadableRex.LazyQuantifier

Inheritance: Quantifier
Afficher le fichier Open project: royosherove/dotnet-linq-to-regex

Méthodes publiques

Méthode 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 méthode

public AtLeast ( int timesToRepeat ) : Pattern
timesToRepeat int
Résultat Pattern

AtMost() public méthode

public AtMost ( int timesToRepeat ) : Pattern
timesToRepeat int
Résultat Pattern

Exactly() public méthode

public Exactly ( int timesToRepeat ) : Pattern
timesToRepeat int
Résultat Pattern

InRange() public méthode

public InRange ( int minimum, int maximum ) : Pattern
minimum int
maximum int
Résultat Pattern

LazyQuantifier() public méthode

public LazyQuantifier ( Pattern quantifiedExpression ) : System
quantifiedExpression Pattern
Résultat System