C# 클래스 RegexMatcher, Milvasoft

상속: IMatcher
파일 보기 프로젝트 열기: Milvasoft/Milvasoft 1 사용 예제들

공개 메소드들

메소드 설명
GetMatchResult ( Regex, regex, string input ) : Match,

Checks if input matches regex.

GetMatchResult ( string input, string regexString ) : Match,

Checks if input matches regexString.

MatchRegex ( Regex, regex, string input ) : bool

Checks if input matches regex.

MatchRegex ( string input, string regexString ) : bool

Checks if input matches regexString.

메소드 상세

GetMatchResult() 공개 정적인 메소드

Checks if input matches regex.
public static GetMatchResult ( Regex, regex, string input ) : Match,
regex Regex,
input string
리턴 Match,

GetMatchResult() 공개 정적인 메소드

Checks if input matches regexString.
public static GetMatchResult ( string input, string regexString ) : Match,
input string
regexString string
리턴 Match,

MatchRegex() 공개 정적인 메소드

Checks if input matches regex.
public static MatchRegex ( Regex, regex, string input ) : bool
regex Regex,
input string
리턴 bool

MatchRegex() 공개 정적인 메소드

Checks if input matches regexString.
public static MatchRegex ( string input, string regexString ) : bool
input string
regexString string
리턴 bool