C# 클래스 SharpCifs.Util.Sharpen.Matcher

파일 보기 프로젝트 열기: brandonprry/Potato

공개 메소드들

메소드 설명
End ( ) : int
Find ( ) : bool
Find ( int index ) : bool
Group ( int n ) : string
Matches ( ) : bool
ReplaceFirst ( string txt ) : string
Reset ( 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

ReplaceFirst() 공개 메소드

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

Reset() 공개 메소드

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

Reset() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : int
리턴 int