C# 클래스 pGina.Plugin.UsernameMod.Rules.MatchRegex

MatchRegex will match against a regular expression.
상속: IMatchRule
파일 보기 프로젝트 열기: MutonUfoAI/pgina

공개 메소드들

메소드 설명
MatchRegex ( Stage stage, string pattern ) : System
ToString ( ) : string
match ( string username ) : bool
save ( ) : string

메소드 상세

MatchRegex() 공개 메소드

public MatchRegex ( Stage stage, string pattern ) : System
stage Stage
pattern string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

match() 공개 메소드

public match ( string username ) : bool
username string
리턴 bool

save() 공개 메소드

public save ( ) : string
리턴 string