string pattern = @"[\u4e00-\u9fa5]+\s+\d+";
            if (!Regex.IsMatch(toSave, pattern))
            {
                this.toolStripText.Visible = true;
                this.toolStripText.Text = string.Format("字符串格式不符合标准");
                this.txt_Edit.Focus();
            }

posted on 2011-09-05 17:37  苏景苒  阅读(248)  评论(0编辑  收藏  举报