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

MatchRegex will match against a regular expression.
Inheritance: IMatchRule
Afficher le fichier Open project: MutonUfoAI/pgina

Méthodes publiques

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

Method Details

MatchRegex() public méthode

public MatchRegex ( Stage stage, string pattern ) : System
stage Stage
pattern string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

match() public méthode

public match ( string username ) : bool
username string
Résultat bool

save() public méthode

public save ( ) : string
Résultat string