C# 클래스 Alphashack.Graphdat.Agent.SqlQueryHelper.Parser

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

공개 메소드들

메소드 설명
Matches ( string subject, string regex, RegexOption option = DefaultOption ) : int
Matching ( string subject, string regex, RegexOption option = DefaultOption, int group ) : string
Rewrite ( string query ) : string
Substitute ( string subject, string regex, string replace, RegexOption option = DefaultOption, int offset ) : string

메소드 상세

Matches() 공개 메소드

public Matches ( string subject, string regex, RegexOption option = DefaultOption ) : int
subject string
regex string
option RegexOption
리턴 int

Matching() 공개 메소드

public Matching ( string subject, string regex, RegexOption option = DefaultOption, int group ) : string
subject string
regex string
option RegexOption
group int
리턴 string

Rewrite() 공개 메소드

public Rewrite ( string query ) : string
query string
리턴 string

Substitute() 공개 메소드

public Substitute ( string subject, string regex, string replace, RegexOption option = DefaultOption, int offset ) : string
subject string
regex string
replace string
option RegexOption
offset int
리턴 string