Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Tools
ReStar
C# Class Tools.ReStar
Inheritance:
Regex
显示文件
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