C# Class DiscogsNet.SimpleRegex

Show file Open project: MediaPortal/MPTagThat Class Usage Examples

Public Methods

Method Description
Match ( string input ) : GroupCollection
SimpleRegex ( string pattern, bool compiled = false ) : System.Text.RegularExpressions

Method Details

Match() public method

public Match ( string input ) : GroupCollection
input string
return System.Text.RegularExpressions.GroupCollection

SimpleRegex() public method

public SimpleRegex ( string pattern, bool compiled = false ) : System.Text.RegularExpressions
pattern string
compiled bool
return System.Text.RegularExpressions