Click here to Skip to main content
16,014,467 members
Home / Discussions / C#
   

C#

 
GeneralRe: Capturing Web Browser Navigation Error... Pin
llamaindustries27-Jul-05 13:45
llamaindustries27-Jul-05 13:45 
GeneralRe: Capturing Web Browser Navigation Error... Pin
rcurrie27-Jul-05 14:02
rcurrie27-Jul-05 14:02 
GeneralAnother regex Pin
eggie527-Jul-05 12:19
eggie527-Jul-05 12:19 
GeneralRe: Another regex Pin
Christian Graus27-Jul-05 13:05
protectorChristian Graus27-Jul-05 13:05 
GeneralRe: Another regex Pin
eggie528-Jul-05 6:35
eggie528-Jul-05 6:35 
GeneralRe: Another regex Pin
Christian Graus28-Jul-05 15:20
protectorChristian Graus28-Jul-05 15:20 
GeneralRe: Another regex Pin
eggie529-Jul-05 6:59
eggie529-Jul-05 6:59 
GeneralRe: Another regex Pin
eggie529-Jul-05 7:07
eggie529-Jul-05 7:07 
One more quick regex question. Do you think it would be possible to do a regex on this string

| Day | Amount | Direction | 3 | 100 | West | 5 | 43 | North | 5 | 44 | North West | 7 | 54 | South | 2 | 5995 | East | | | | | | | | | | 54 | 35345 | | | 543 | North | 6 | | West

and turn it into this string?

Day,Amount,Direction;3,100,West;5,43,North;5,44,North West;7,54,South;2,5995,East;,,;,,;,,;54,35345,;,543,North;6,,West

So, bascially the same thing you did on the other string, except with |'s with 1 space on each side...

If you don't want to actually work out the regex for this on that's fine (but I wouldn't mind!), but could you tell me if it's a good candidate for a regex?

/\ |_ E X E GG
GeneralRe: Another regex Pin
Christian Graus31-Jul-05 13:20
protectorChristian Graus31-Jul-05 13:20 
GeneralBeep on selected node event Pin
WetRivrRat27-Jul-05 11:55
WetRivrRat27-Jul-05 11:55 
GeneralRe: Beep on selected node event Pin
[Marc]27-Jul-05 12:14
[Marc]27-Jul-05 12:14 
GeneralCarriage Return for Outlook Pin
samoore27-Jul-05 11:40
samoore27-Jul-05 11:40 
GeneralRe: Carriage Return for Outlook Pin
Matt Gerrans27-Jul-05 12:50
Matt Gerrans27-Jul-05 12:50 
GeneralRe: Carriage Return for Outlook Pin
samoore28-Jul-05 3:53
samoore28-Jul-05 3:53 
GeneralRe: Carriage Return for Outlook Pin
Anonymous27-Jul-05 13:07
Anonymous27-Jul-05 13:07 
GeneralRe: Carriage Return for Outlook Pin
samoore28-Jul-05 3:55
samoore28-Jul-05 3:55 
GeneralThe current index in the foreach Pin
cazzz27-Jul-05 10:32
cazzz27-Jul-05 10:32 
GeneralRe: The current index in the foreach Pin
jan larsen27-Jul-05 10:49
jan larsen27-Jul-05 10:49 
GeneralRe: The current index in the foreach Pin
cazzz27-Jul-05 11:01
cazzz27-Jul-05 11:01 
GeneralRe: The current index in the foreach Pin
Judah Gabriel Himango27-Jul-05 11:10
sponsorJudah Gabriel Himango27-Jul-05 11:10 
GeneralRe: The current index in the foreach Pin
Matt Gerrans27-Jul-05 12:55
Matt Gerrans27-Jul-05 12:55 
GeneralRe: The current index in the foreach Pin
Judah Gabriel Himango27-Jul-05 13:49
sponsorJudah Gabriel Himango27-Jul-05 13:49 
GeneralRe: The current index in the foreach Pin
jan larsen27-Jul-05 20:57
jan larsen27-Jul-05 20:57 
GeneralRe: The current index in the foreach Pin
jan larsen27-Jul-05 11:13
jan larsen27-Jul-05 11:13 
GeneralRe: The current index in the foreach Pin
Libor Tinka27-Jul-05 11:44
Libor Tinka27-Jul-05 11: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.