.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()); .NET 验证目录及文件中的特殊字符 标签:match val char .net for tin cap cape reg 原文地址:http://www.cnblogs.com/lover24/p/7306420.html
Regex reg = new Regex(string.Format("[{0}]", Regex.Escape(regexSearch)));
Match m = reg.Match(newname);
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:.NET 验证目录及文件中的特殊字符
文章链接:http://soscw.com/index.php/essay/92220.html
文章标题:.NET 验证目录及文件中的特殊字符
文章链接:http://soscw.com/index.php/essay/92220.html
评论
亲,登录后才可以留言!