C#用正则表达式分割字符串
为什么会分割出来空串
string studentInfo ="姓名|学号|技能分数\r\n张三|01|76\r\n李四|02|89\r\n王麻子|03|20\r\n熊大|04|90\r\n熊二|05|68\r\n光头强|06|88";
string[] strings = Regex.Split(studentInfo.Trim(),"[(\r\n)]");
// string[] strings = Regex.Split(studentInfo.Trim(),"(\r\n)");
// string[] strings = Regex.Split(studentInfo.Trim(),"\r\n");
0 提建议
邀请回答
编辑 收藏 删除 结题 收藏 举报 追加酬金 (90%的用户在追加酬金后获得了解决方案) 当前问题酬金
¥ 0
(可追加 ¥500)
支付方式
扫码支付
加载中...
2
条回答
默认
最新
查看更多回答(-1条)
悬赏问题
-
¥20
关于python pytest
爬取实时汇率并与历史汇率一并做成柱状图
如何使用脚本将xlsx表格数据进行拼接?
C#反编译.dll文件
暗影精灵8Pro的ogh温控,转速,需要低功耗安静
ParaView 中 Cell 实体对象炸开
python通过modbus_tk库进行异步串口通讯出错
怎样用Python语言来实现excl搜题