C# Class Cradiator.Model.BuildBusterStrategy

显示文件 Open project: PandaWood/Cradiator Class Usage Examples

Public Methods

Method Description
Extract ( string text ) : string
IsMatch ( string text ) : bool

Protected Methods

Method Description
BuildBusterStrategy ( Regex regex ) : System.Text.RegularExpressions

Method Details

BuildBusterStrategy() protected method

protected BuildBusterStrategy ( Regex regex ) : System.Text.RegularExpressions
regex System.Text.RegularExpressions.Regex
return System.Text.RegularExpressions

Extract() public method

public Extract ( string text ) : string
text string
return string

IsMatch() public method

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