如何分组以查看子组 [英] How do I group to review subgroup

查看:88
本文介绍了如何分组以查看子组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

textBoxRecords.AppendText(match.Groups[1].Value + "\r\n");

out put:
time="2016-08-28 14:04:33" id="8888" name="Manik" workcode="0" status="0" authority="0X11" card_src="from_check"

can not item wise declare

need update below...
time=2016-08-28 14:04:33;
id=8888;.........

please help me....





我尝试过:



textBoxRecords.AppendText (match.Groups [1] .Value +\\\\ n);



What I have tried:

textBoxRecords.AppendText(match.Groups[1].Value + "\r\n");

推荐答案

如果你看第一次发布这个问题,你会发现正则表达式完全符合您的要求: http://www.codeproject.com/Questions / 1123110 / String-insert-to-database [ ^ ]

重复发布相同的问题而不查看已经给出的解决方案,甚至评论都不会让你成为朋友......
If you look at the first time you posted this question, you will find the Regex to do exactly what you want: http://www.codeproject.com/Questions/1123110/String-insert-to-database[^]
Reposting the same question repeatedly without looking at solutions you have been given or even commenting is not going to make you any friends...


这篇关于如何分组以查看子组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆