C# 클래스 NRegex.WildcardPattern

상속: Pattern
파일 보기 프로젝트 열기: olabini/nregex

공개 프로퍼티들

프로퍼티 타입 설명
ANY_CHAR string
WORD_CHAR string

공개 메소드들

메소드 설명
ToString ( ) : string
WildcardPattern ( string wc ) : System.Text
WildcardPattern ( string wc, REFlags flags ) : System.Text
WildcardPattern ( string wc, bool icase ) : System.Text
WildcardPattern ( string wc, string wcClass, REFlags flags ) : System.Text

보호된 메소드들

메소드 설명
Compile ( string wc, string wcClass, string specials, REFlags flags ) : void
ConvertSpecials ( string s, string wcClass, string specials ) : string
WildcardPattern ( ) : System.Text

메소드 상세

Compile() 보호된 메소드

protected Compile ( string wc, string wcClass, string specials, REFlags flags ) : void
wc string
wcClass string
specials string
flags REFlags
리턴 void

ConvertSpecials() 보호된 정적인 메소드

protected static ConvertSpecials ( string s, string wcClass, string specials ) : string
s string
wcClass string
specials string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WildcardPattern() 보호된 메소드

protected WildcardPattern ( ) : System.Text
리턴 System.Text

WildcardPattern() 공개 메소드

public WildcardPattern ( string wc ) : System.Text
wc string
리턴 System.Text

WildcardPattern() 공개 메소드

public WildcardPattern ( string wc, REFlags flags ) : System.Text
wc string
flags REFlags
리턴 System.Text

WildcardPattern() 공개 메소드

public WildcardPattern ( string wc, bool icase ) : System.Text
wc string
icase bool
리턴 System.Text

WildcardPattern() 공개 메소드

public WildcardPattern ( string wc, string wcClass, REFlags flags ) : System.Text
wc string
wcClass string
flags REFlags
리턴 System.Text

프로퍼티 상세

ANY_CHAR 공개적으로 정적으로 프로퍼티

public static string ANY_CHAR
리턴 string

WORD_CHAR 공개적으로 정적으로 프로퍼티

public static string WORD_CHAR
리턴 string