diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:27:47 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:27:47 +0300 |
commit | 73569a43644309d0342817580bcfd86c1face5b8 (patch) | |
tree | f3c6e15db82130b02ec8c3fa1b64674e6a9cf48d /src/AddIn/SkuExtensions.cs | |
parent | 3d186c22e8665b80839495fdcf4b176c2f3e03b9 (diff) |
Namespace refactoring
Diffstat (limited to 'src/AddIn/SkuExtensions.cs')
-rw-r--r-- | src/AddIn/SkuExtensions.cs | 12 |
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 |