aboutsummaryrefslogtreecommitdiff
path: root/src/AddIn/SkuExtensions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/AddIn/SkuExtensions.cs')
-rw-r--r--src/AddIn/SkuExtensions.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/AddIn/SkuExtensions.cs b/src/AddIn/SkuExtensions.cs
deleted file mode 100644
index 2e97406..0000000
--- a/src/AddIn/SkuExtensions.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System.Text.RegularExpressions;
-
-namespace RhSolutions
-{
- static class SkuExtensions
- {
- public static bool IsRehauSku(this string line)
- {
- return Regex.IsMatch(line, @"^[1]\d{6}[1]\d{3}$");
- }
- }
-} \ No newline at end of file