Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# でFileNameを検証するには、大文字と小文字、数字、バックスラッシュ、アンダースコア、ピリオド、ダッシュなどを除くすべてを無視する正規表現が必要です。ワイルドカード用。私はそれを使いたいRegEx.IsMatch(fileName,expression)
RegEx.IsMatch(fileName,expression)