.NET 验证目录及文件中的特殊字符

2021-06-08 13:03

阅读:710

标签:match   val   char   .net   for   tin   cap   cape   reg   

string regexSearch = new string(Path.GetInvalidFileNameChars()) + new string(Path.GetInvalidPathChars());
Regex reg = new Regex(string.Format("[{0}]", Regex.Escape(regexSearch)));
Match m = reg.Match(newname);

.NET 验证目录及文件中的特殊字符

标签:match   val   char   .net   for   tin   cap   cape   reg   

原文地址:http://www.cnblogs.com/lover24/p/7306420.html


评论


亲,登录后才可以留言!