会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Mshu_peng
博客园
首页
新随笔
联系
订阅
管理
2017年3月13日
C# 获取字符串中的英文字母
摘要: string str20 = "ABC123"; string strSplit1,strSplit2; //取出字符串中所有的英文字母 strSplit1 = Regex.Replace(str20,"[0-9]","",RegexOptions.IgnoreCase); //取出字符串中所有的数字 strSp...
阅读全文
posted @ 2017-03-13 10:05 Mshu_peng
阅读(8601)
评论(1)
推荐(0)
编辑
公告