Click here to Skip to main content
15,794,593 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to learn Web Based Apps? Pin
Mark Salsbery17-Jun-11 11:38
Mark Salsbery17-Jun-11 11:38 
GeneralRe: How to learn Web Based Apps? Pin
#realJSOP18-Jun-11 2:08
mve#realJSOP18-Jun-11 2:08 
AnswerRe: How to learn Web Based Apps? Pin
Lutosław14-Jun-11 22:47
Lutosław14-Jun-11 22:47 
GeneralRe: How to learn Web Based Apps? Pin
Software200715-Jun-11 11:28
Software200715-Jun-11 11:28 
GeneralRe: How to learn Web Based Apps? Pin
Lutosław15-Jun-11 13:16
Lutosław15-Jun-11 13:16 
QuestionHow to retrieve single row from datatable? Pin
SRKSHOME14-Jun-11 4:47
SRKSHOME14-Jun-11 4:47 
AnswerRe: How to retrieve single row from datatable? Pin
Blue_Boy14-Jun-11 4:58
Blue_Boy14-Jun-11 4:58 
QuestionSplit string with Regex Pin
Ronald de Boer13-Jun-11 18:37
Ronald de Boer13-Jun-11 18:37 
Hi,

I need to split a large string and split that splitted string again. I have the following string:

root
{
  stringB = 
  {
    "key": "value",
    "key": "value",
    "StringC":
    {
      "key": "value",
      "key": "value",
      "key": "value",
      "key": "value",
    }
    "StringD": "value",
    "StringE":
    {
      "key": "value",
    }
  }
}


The result I actually want is something like this:
string[] AllStrings = StringB,StringC,StringD,StringE

Is there a way to do this? I used Regex.Split option.
Thanks in advance!
AnswerRe: Split string with Regex Pin
PIEBALDconsult13-Jun-11 19:24
professionalPIEBALDconsult13-Jun-11 19:24 
AnswerRe: Split string with Regex Pin
Richard MacCutchan13-Jun-11 22:50
mveRichard MacCutchan13-Jun-11 22:50 
AnswerRe: Split string with Regex Pin
RakeshMeena14-Jun-11 0:15
RakeshMeena14-Jun-11 0:15 
AnswerRe: Split string with Regex Pin
anishkannan14-Jun-11 2:01
anishkannan14-Jun-11 2:01 
AnswerRe: Split string with Regex Pin
#realJSOP14-Jun-11 8:27
mve#realJSOP14-Jun-11 8:27 
AnswerRe: Split string with Regex [modified] Pin
Lutosław14-Jun-11 22:25
Lutosław14-Jun-11 22:25 
QuestionHow to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy13-Jun-11 14:30
MrSmoofy13-Jun-11 14:30 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Luc Pattyn13-Jun-11 15:05
sitebuilderLuc Pattyn13-Jun-11 15:05 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy13-Jun-11 15:08
MrSmoofy13-Jun-11 15:08 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Luc Pattyn13-Jun-11 15:13
sitebuilderLuc Pattyn13-Jun-11 15:13 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
PIEBALDconsult13-Jun-11 16:02
professionalPIEBALDconsult13-Jun-11 16:02 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 2:25
MrSmoofy14-Jun-11 2:25 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
OriginalGriff14-Jun-11 0:49
mvaOriginalGriff14-Jun-11 0:49 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 2:26
MrSmoofy14-Jun-11 2:26 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 1:14
professionalEddy Vluggen14-Jun-11 1:14 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 2:32
MrSmoofy14-Jun-11 2:32 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 2:44
professionalEddy Vluggen14-Jun-11 2:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.