C# Class FlimFlan.ReadableRex.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

Private Methods

Méthode Description
Quantifier ( 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