Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Tools
ReStar
C# 클래스 Tools.ReStar
상속:
Regex
파일 보기
프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015
1 사용 예제들
공개 메소드들
메소드
설명
Build
(
Nfa
nfa
) :
void
Match
(
string
str
,
int
pos
,
int
max
) :
int
Print
(
TextWriter
s
) :
void
ReStar
(
Regex
sub
) :
System
메소드 상세
Build()
공개
메소드
public
Build
(
Nfa
nfa
) :
void
nfa
Nfa
리턴
void
Match()
공개
메소드
public
Match
(
string
str
,
int
pos
,
int
max
) :
int
str
string
pos
int
max
int
리턴
int
Print()
공개
메소드
public
Print
(
TextWriter
s
) :
void
s
System.IO.TextWriter
리턴
void
ReStar()
공개
메소드
public
ReStar
(
Regex
sub
) :
System
sub
Regex
리턴
System