C# 클래스 Hardly.Regex

파일 보기 프로젝트 열기: hardlydifficult/HardlyBot

공개 프로퍼티들

프로퍼티 타입 설명
AnyString Regex
EmptyString Regex

공개 메소드들

메소드 설명
IsMatch ( string value ) : bool
Regex ( string pattern ) : System

메소드 상세

IsMatch() 공개 메소드

public IsMatch ( string value ) : bool
value string
리턴 bool

Regex() 공개 메소드

public Regex ( string pattern ) : System
pattern string
리턴 System

프로퍼티 상세

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

public static Regex,Hardly AnyString
리턴 Regex

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

public static Regex,Hardly EmptyString
리턴 Regex