C# 클래스 DiscogsNet.SimpleRegex

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

공개 메소드들

메소드 설명
Match ( string input ) : GroupCollection
SimpleRegex ( string pattern, bool compiled = false ) : System.Text.RegularExpressions

메소드 상세

Match() 공개 메소드

public Match ( string input ) : GroupCollection
input string
리턴 System.Text.RegularExpressions.GroupCollection

SimpleRegex() 공개 메소드

public SimpleRegex ( string pattern, bool compiled = false ) : System.Text.RegularExpressions
pattern string
compiled bool
리턴 System.Text.RegularExpressions