Click here to Skip to main content
15,910,797 members
Home / Discussions / C#
   

C#

 
QuestionHow to retrieve single row from datatable? Pin
SRKSHOME14-Jun-11 3:47
SRKSHOME14-Jun-11 3:47 
AnswerRe: How to retrieve single row from datatable? Pin
Blue_Boy14-Jun-11 3:58
Blue_Boy14-Jun-11 3:58 
QuestionSplit string with Regex Pin
Ronald de Boer13-Jun-11 17:37
Ronald de Boer13-Jun-11 17:37 
AnswerRe: Split string with Regex Pin
PIEBALDconsult13-Jun-11 18:24
mvePIEBALDconsult13-Jun-11 18:24 
AnswerRe: Split string with Regex Pin
Richard MacCutchan13-Jun-11 21:50
mveRichard MacCutchan13-Jun-11 21:50 
AnswerRe: Split string with Regex Pin
RakeshMeena13-Jun-11 23:15
RakeshMeena13-Jun-11 23:15 
AnswerRe: Split string with Regex Pin
anishkannan14-Jun-11 1:01
anishkannan14-Jun-11 1:01 
AnswerRe: Split string with Regex Pin
#realJSOP14-Jun-11 7:27
professional#realJSOP14-Jun-11 7:27 
Just so you know, your sample string isn't very consistent. I would think there would have to be a comma after the closing braces.

Beyond that, it seems to me you want to Split on the "{" character, and then the "," character on each of the first split result strings. I would probably write a method that accepted the delimiter character and the string to be split that returned an array of split items.

Regex is not what you want to use - sometimes, you just gotta write the code.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997


AnswerRe: Split string with Regex [modified] Pin
Lutosław14-Jun-11 21:25
Lutosław14-Jun-11 21:25 
QuestionHow to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy13-Jun-11 13:30
MrSmoofy13-Jun-11 13:30 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Luc Pattyn13-Jun-11 14:05
sitebuilderLuc Pattyn13-Jun-11 14:05 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy13-Jun-11 14:08
MrSmoofy13-Jun-11 14:08 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Luc Pattyn13-Jun-11 14:13
sitebuilderLuc Pattyn13-Jun-11 14:13 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
PIEBALDconsult13-Jun-11 15:02
mvePIEBALDconsult13-Jun-11 15:02 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 1:25
MrSmoofy14-Jun-11 1:25 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
OriginalGriff13-Jun-11 23:49
mveOriginalGriff13-Jun-11 23:49 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 1:26
MrSmoofy14-Jun-11 1:26 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 0:14
professionalEddy Vluggen14-Jun-11 0:14 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 1:32
MrSmoofy14-Jun-11 1:32 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 1:44
professionalEddy Vluggen14-Jun-11 1:44 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 2:09
MrSmoofy14-Jun-11 2:09 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 2:35
professionalEddy Vluggen14-Jun-11 2:35 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 2:38
MrSmoofy14-Jun-11 2:38 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
PIEBALDconsult14-Jun-11 2:47
mvePIEBALDconsult14-Jun-11 2:47 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 3:04
MrSmoofy14-Jun-11 3:04 

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.