C# Class Hardly.Regex

ファイルを表示 Open project: hardlydifficult/HardlyBot

Public Properties

Property Type Description
AnyString Regex
EmptyString Regex

Public Methods

Method Description
IsMatch ( string value ) : bool
Regex ( string pattern ) : System

Method Details

IsMatch() public method

public IsMatch ( string value ) : bool
value string
return bool

Regex() public method

public Regex ( string pattern ) : System
pattern string
return System

Property Details

AnyString public_oe static_oe property

public static Regex,Hardly AnyString
return Regex

EmptyString public_oe static_oe property

public static Regex,Hardly EmptyString
return Regex