Ame's blog
海阔凭鱼跃,天高任鸟飞!
博客园
首页
新闻
新随笔
联系
管理
订阅
随笔- 35 文章- 11 评论- 11
02 2006 档案
过滤脏话
摘要: using System.Text.RegularExpressions;if(strContent.Trim() != ""){string[] unlegal2=new string[5]{"脏话。。。"} ;for (int i = 0;i<unlegal2.Length ;i++){Regex content_1 =new Regex(unlegal2[i]);Match conte...
阅读全文
posted @
2006-02-21 17:10
Ame 阅读(300) |
评论 (2)
编辑
公告