c#中用正则过滤所有标点符号

            str = Regex.Replace(str, "[\\s\\p{P}\n\r=<>$>+¥^]", "");
posted @ 2010-12-22 10:53  拼博之路  阅读(1797)  评论(0编辑  收藏  举报