C# Class Tools.RePlus

Inheritance: Regex
Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Méthode Description
Build ( Nfa nfa ) : void
Match ( string str, int pos, int max ) : int
Print ( TextWriter s ) : void
RePlus ( Regex sub ) : System

Method Details

Build() public méthode

public Build ( Nfa nfa ) : void
nfa Nfa
Résultat void

Match() public méthode

public Match ( string str, int pos, int max ) : int
str string
pos int
max int
Résultat int

Print() public méthode

public Print ( TextWriter s ) : void
s System.IO.TextWriter
Résultat void

RePlus() public méthode

public RePlus ( Regex sub ) : System
sub Regex
Résultat System