asp.net中用正則表達式驗證數據格式

 
這是一個驗證是否爲數字的例子:
Regex reg   = new Regex(@"^[0-9]+\.{0,1}[0-9]*$"); reg.IsMatch(textBox1.Text)
相關文章
相關標籤/搜索