C# Class pGina.Plugin.UsernameMod.Rules.MatchRegex

MatchRegex will match against a regular expression.
Inheritance: IMatchRule
Exibir arquivo Open project: MutonUfoAI/pgina

Public Methods

Method Description
MatchRegex ( Stage stage, string pattern ) : System
ToString ( ) : string
match ( string username ) : bool
save ( ) : string

Method Details

MatchRegex() public method

public MatchRegex ( Stage stage, string pattern ) : System
stage Stage
pattern string
return System

ToString() public method

public ToString ( ) : string
return string

match() public method

public match ( string username ) : bool
username string
return bool

save() public method

public save ( ) : string
return string