摘要:
运行下面的函数需要using System.Text.RegularExpressions命名空间的支持。 public bool checkString(string source) { Regex regExp=new Regex("[~!@#$%^&*()=+[\\]{}''\";:/?.,><`|!·¥…—()\\-、;:。,》《]"); return !regE... 阅读全文
posted @ 2008-09-16 09:30
易 天
阅读(951)
评论(0)
推荐(0)
浙公网安备 33010602011771号