会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
A Simple Note Book
Close your eyes, and follow your heart.
博客园
首页
新随笔
联系
管理
订阅
2011年4月20日
C#正则表达式匹配替换字符串
摘要: 事例一:\w+=>[A-Za-z1-9_],\s+=>任何空白字符,()=>捕获 string text = @"public string testMatchObj string s string match ";string pat = @"(\w+)\s+(string)";// Comp...
阅读全文
posted @ 2011-04-20 10:14 流失的痕迹
阅读(29730)
评论(0)
推荐(0)
公告