Click here to Skip to main content
15,881,769 members
Home / Discussions / C#
   

C#

 
GeneralRe: SYSTEM RESTORE Pin
Dave Kreskowiak5-Jun-09 17:25
mveDave Kreskowiak5-Jun-09 17:25 
GeneralRe: SYSTEM RESTORE Pin
rick05565-Jun-09 20:04
rick05565-Jun-09 20:04 
QuestionParse out all the "{" + string + "}" occurences? Pin
_iobuf5-Jun-09 6:35
_iobuf5-Jun-09 6:35 
AnswerRe: Parse out all the "{" + string + "}" occurences? Pin
I Believe In GOD5-Jun-09 6:40
I Believe In GOD5-Jun-09 6:40 
GeneralRe: Parse out all the "{" + string + "}" occurences? Pin
_iobuf5-Jun-09 6:42
_iobuf5-Jun-09 6:42 
AnswerRe: Parse out all the "{" + string + "}" occurences? Pin
MidwestLimey5-Jun-09 6:41
professionalMidwestLimey5-Jun-09 6:41 
GeneralRe: Parse out all the "{" + string + "}" occurences? Pin
_iobuf5-Jun-09 6:44
_iobuf5-Jun-09 6:44 
AnswerRe: Parse out all the "{" + string + "}" occurences? Pin
Guffa5-Jun-09 10:43
Guffa5-Jun-09 10:43 
Given that you have the text in the text variable and the replacements in the replacements dictionary:
text = RegEx.Replace(text, @"\{(.+?)\}", m => replacements[m.Value]);


Despite everything, the person most likely to be fooling you next is yourself.

QuestionTalking to htpasswd.exe Pin
Johan Martensson5-Jun-09 6:17
Johan Martensson5-Jun-09 6:17 
AnswerRe: Talking to htpasswd.exe Pin
Henry Minute5-Jun-09 10:21
Henry Minute5-Jun-09 10:21 
GeneralRe: Talking to htpasswd.exe Pin
Johan Martensson5-Jun-09 11:39
Johan Martensson5-Jun-09 11:39 
AnswerRe: Talking to htpasswd.exe Pin
DaveyM695-Jun-09 11:19
professionalDaveyM695-Jun-09 11:19 
GeneralRe: Talking to htpasswd.exe Pin
Johan Martensson5-Jun-09 11:32
Johan Martensson5-Jun-09 11:32 
QuestionSearch a sentence in a string Pin
paradisonoir5-Jun-09 5:21
paradisonoir5-Jun-09 5:21 
AnswerRe: Search a sentence in a string Pin
Nagy Vilmos5-Jun-09 5:36
professionalNagy Vilmos5-Jun-09 5:36 
AnswerRe: Search a sentence in a string Pin
musefan5-Jun-09 5:48
musefan5-Jun-09 5:48 
QuestionUSB Card Reader Pin
bonkers1235-Jun-09 3:54
bonkers1235-Jun-09 3:54 
AnswerRe: USB Card Reader Pin
Eddy Vluggen5-Jun-09 3:58
professionalEddy Vluggen5-Jun-09 3:58 
GeneralRe: USB Card Reader Pin
Dave Kreskowiak5-Jun-09 4:40
mveDave Kreskowiak5-Jun-09 4:40 
GeneralRe: USB Card Reader Pin
Eddy Vluggen5-Jun-09 5:05
professionalEddy Vluggen5-Jun-09 5:05 
GeneralRe: USB Card Reader Pin
Dave Kreskowiak5-Jun-09 9:59
mveDave Kreskowiak5-Jun-09 9:59 
GeneralRe: USB Card Reader Pin
Eddy Vluggen6-Jun-09 0:13
professionalEddy Vluggen6-Jun-09 0:13 
AnswerRe: USB Card Reader Pin
EliottA5-Jun-09 4:02
EliottA5-Jun-09 4:02 
GeneralRe: USB Card Reader Pin
bonkers1235-Jun-09 23:27
bonkers1235-Jun-09 23:27 
GeneralRe: USB Card Reader Pin
bonkers12310-Jun-09 20:52
bonkers12310-Jun-09 20:52 

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.