posts - 20,  comments - 3,  trackbacks - 0
    public  bool RegexValidate(string regexString, string validateString) {
            Regex regex = new Regex(regexString);
            return regex.IsMatch(validateString.Trim());
        }  
posted on 2012-09-17 15:55 王陆唐 阅读(293) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航:
 

<2012年9月>
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

常用链接

留言簿

随笔分类

随笔档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜