会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
择其通者而纳之
世间知无限,唯识异同
博客园
首页
联系
管理
2022年7月24日
C#使用正则表达式检查字符串中重复出现的词
摘要: private void button1_Click(object sender, EventArgs e) { MatchCollection matches =//使用正则表达式查找重复出现单词的集合 Regex.Matches(label1.Text, @"\b(?<word>\w+)\s+(
阅读全文
posted @ 2022-07-24 09:54 明志德道
阅读(429)
评论(0)
推荐(0)
编辑
公告