From 54fc3320e7d64d7903b4d091fe0d5c15df01fd78 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Sun, 26 Dec 2021 18:22:32 +0300 Subject: Move to /src --- Source/Assistant/SkuExtensions.cs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Source/Assistant/SkuExtensions.cs (limited to 'Source/Assistant/SkuExtensions.cs') diff --git a/Source/Assistant/SkuExtensions.cs b/Source/Assistant/SkuExtensions.cs deleted file mode 100644 index e39807b..0000000 --- a/Source/Assistant/SkuExtensions.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Text.RegularExpressions; - -namespace RehauSku.Assistant -{ - 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 -- cgit v1.2.3