C# Class Tools.ReStar

Inheritance: Regex
Mostrar archivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Methods

Method Description
Build ( Nfa nfa ) : void
Match ( string str, int pos, int max ) : int
Print ( TextWriter s ) : void
ReStar ( Regex sub ) : System

Method Details

Build() public method

public Build ( Nfa nfa ) : void
nfa Nfa
return void

Match() public method

public Match ( string str, int pos, int max ) : int
str string
pos int
max int
return int

Print() public method

public Print ( TextWriter s ) : void
s System.IO.TextWriter
return void

ReStar() public method

public ReStar ( Regex sub ) : System
sub Regex
return System