Characterization Data
FI Backlog with Ignore Tag
This commit is contained in:
11
Wafer-Counter/Repositories/RegexHelper.cs
Normal file
11
Wafer-Counter/Repositories/RegexHelper.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace OI.Metrology.Wafer.Counter.Repository;
|
||||
|
||||
public partial class RegexHelper
|
||||
{
|
||||
|
||||
[GeneratedRegex(@"[\\,\/,\:,\*,\?,\"",\<,\>,\|]")]
|
||||
internal static partial Regex WindowsFileSystem();
|
||||
|
||||
}
|
Reference in New Issue
Block a user