C# 클래스 Sharpen.Matcher

파일 보기 프로젝트 열기: oganix/NBoilerpipe 1 사용 예제들

공개 메소드들

메소드 설명
End ( ) : int
Find ( ) : bool
Find ( int index ) : bool
Group ( int n ) : string
Matches ( ) : bool
ReplaceAll ( string txt ) : string
ReplaceFirst ( string txt ) : string
Reset ( Sharpen.CharSequence str ) : Matcher
Reset ( string str ) : Matcher
Start ( ) : int

비공개 메소드들

메소드 설명
Matcher ( Regex regex, string str ) : System

메소드 상세

End() 공개 메소드

public End ( ) : int
리턴 int

Find() 공개 메소드

public Find ( ) : bool
리턴 bool

Find() 공개 메소드

public Find ( int index ) : bool
index int
리턴 bool

Group() 공개 메소드

public Group ( int n ) : string
n int
리턴 string

Matches() 공개 메소드

public Matches ( ) : bool
리턴 bool

ReplaceAll() 공개 메소드

public ReplaceAll ( string txt ) : string
txt string
리턴 string

ReplaceFirst() 공개 메소드

public ReplaceFirst ( string txt ) : string
txt string
리턴 string

Reset() 공개 메소드

public Reset ( Sharpen.CharSequence str ) : Matcher
str Sharpen.CharSequence
리턴 Matcher

Reset() 공개 메소드

public Reset ( string str ) : Matcher
str string
리턴 Matcher

Start() 공개 메소드

public Start ( ) : int
리턴 int