正則驗證命名是否合法

string regg = @"^[^\\/:\*\?""<>|]{1,120}$";

            if (!Regex.IsMatch(command.NewName, regg))
            {  Console.WriteLine("不合法");
            }
            else {

                Console.WriteLine("合法");
            }
相關文章
相關標籤/搜索