Mike Phares 4c2bef71ec Characterization Data
FI Backlog with Ignore Tag
2024-09-19 10:13:10 -07:00

12 lines
238 B
C#

using System.Text.RegularExpressions;
namespace OI.Metrology.Wafer.Counter.Repository;
public partial class RegexHelper
{
[GeneratedRegex(@"[\\,\/,\:,\*,\?,\"",\<,\>,\|]")]
internal static partial Regex WindowsFileSystem();
}