C# Class DiscogsNet.SimpleRegex

Afficher le fichier Open project: MediaPortal/MPTagThat Class Usage Examples

Méthodes publiques

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

Method Details

Match() public méthode

public Match ( string input ) : GroupCollection
input string
Résultat System.Text.RegularExpressions.GroupCollection

SimpleRegex() public méthode

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