Click here to Skip to main content
15,896,268 members
Home / Discussions / C#
   

C#

 
Question[Message Deleted] Pin
hkjghkj15-Jun-09 8:50
hkjghkj15-Jun-09 8:50 
AnswerRe: Sounds Pin
Dave Kreskowiak5-Jun-09 9:56
mveDave Kreskowiak5-Jun-09 9:56 
AnswerRe: Sounds Pin
DaveyM695-Jun-09 10:23
professionalDaveyM695-Jun-09 10:23 
AnswerRe: Sounds Pin
ARon_5-Jun-09 11:22
ARon_5-Jun-09 11:22 
QuestionRichTextBox does not have string property Pin
paradisonoir5-Jun-09 8:39
paradisonoir5-Jun-09 8:39 
AnswerRe: RichTextBox does not have string property Pin
Blue_Boy5-Jun-09 9:42
Blue_Boy5-Jun-09 9:42 
AnswerRe: RichTextBox does not have string property Pin
paradisonoir5-Jun-09 9:45
paradisonoir5-Jun-09 9:45 
QuestionSYSTEM RESTORE Pin
rick05565-Jun-09 7:19
rick05565-Jun-09 7:19 
AnswerRe: SYSTEM RESTORE Pin
EliottA5-Jun-09 7:27
EliottA5-Jun-09 7:27 
GeneralRe: SYSTEM RESTORE Pin
rick05565-Jun-09 13:22
rick05565-Jun-09 13:22 
AnswerRe: SYSTEM RESTORE Pin
I Believe In GOD5-Jun-09 7:29
I Believe In GOD5-Jun-09 7:29 
AnswerRe: SYSTEM RESTORE Pin
0x3c05-Jun-09 8:02
0x3c05-Jun-09 8:02 
AnswerRe: SYSTEM RESTORE Pin
Dave Kreskowiak5-Jun-09 9:51
mveDave Kreskowiak5-Jun-09 9:51 
GeneralRe: SYSTEM RESTORE Pin
rick05565-Jun-09 13:19
rick05565-Jun-09 13:19 
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 
Yes.

I suppose you'll want a hint as to how! Smile | :)

If the string is formatted such that { and } only occur as a wrapper to a variable name then the easiest way I can think of is to run a regex on it, match all "\{[^\}]\}" and iterate through them.

If not you'll probably have to write a lexer of some kind.

10110011001111101010101000001000001101001010001010100000100000101000001000111100010110001011001011

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 
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 

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.