C# 클래스 Squared.Util.RegexExtensions.Extensions

파일 보기 프로젝트 열기: sq/Fracture

공개 메소드들

메소드 설명
TryMatch ( this regex, string input, Match &match ) : bool
TryMatch ( this regex, string input, int start, Match &match ) : bool
TryMatch ( this regex, string input, int start, int length, Match &match ) : bool

메소드 상세

TryMatch() 공개 정적인 메소드

public static TryMatch ( this regex, string input, Match &match ) : bool
regex this
input string
match System.Text.RegularExpressions.Match
리턴 bool

TryMatch() 공개 정적인 메소드

public static TryMatch ( this regex, string input, int start, Match &match ) : bool
regex this
input string
start int
match System.Text.RegularExpressions.Match
리턴 bool

TryMatch() 공개 정적인 메소드

public static TryMatch ( this regex, string input, int start, int length, Match &match ) : bool
regex this
input string
start int
length int
match System.Text.RegularExpressions.Match
리턴 bool