support multiple patterns

This commit is contained in:
Stef Heyenrath
2017-02-08 19:55:45 +01:00
parent a9a46057be
commit 4919e32264
11 changed files with 171 additions and 111 deletions

View File

@@ -13,10 +13,10 @@
double IsMatch(string input);
/// <summary>
/// Gets the pattern.
/// Gets the patterns.
/// </summary>
/// <returns>Pattern</returns>
string GetPattern();
/// <returns>Patterns</returns>
string[] GetPatterns();
/// <summary>
/// Gets the name.