码迷,mamicode.com
首页 > Windows程序 > 详细

c# 以多个字符串分隔字符串数据

时间:2015-06-08 19:03:22      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:

string str="aaa[##]ccc[##]ddd[##]bb"
Regex regex=new Regex(str);//以  [##]  分割 
string[] result=regex.Split(s);

  

c# 以多个字符串分隔字符串数据

标签:

原文地址:http://www.cnblogs.com/wdw31210/p/4561488.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!