Click here to Skip to main content
15,922,166 members
Home / Discussions / C#
   

C#

 
GeneralRe: Execute a remote .exe file with switches using Proccess class Pin
Don Dang19-Sep-07 9:20
Don Dang19-Sep-07 9:20 
AnswerRe: Execute a remote .exe file with switches using Proccess class Pin
ChrisKo18-Sep-07 11:19
ChrisKo18-Sep-07 11:19 
GeneralRe: Execute a remote .exe file with switches using Proccess class Pin
Don Dang18-Sep-07 11:58
Don Dang18-Sep-07 11:58 
GeneralRe: Execute a remote .exe file with switches using Proccess class Pin
ChrisKo18-Sep-07 12:26
ChrisKo18-Sep-07 12:26 
GeneralRe: Execute a remote .exe file with switches using Proccess class Pin
Don Dang18-Sep-07 12:36
Don Dang18-Sep-07 12:36 
GeneralRe: Execute a remote .exe file with switches using Proccess class Pin
ChrisKo18-Sep-07 13:46
ChrisKo18-Sep-07 13:46 
AnswerRe: Execute a remote .exe file with switches using Proccess class Pin
PIEBALDconsult19-Sep-07 13:32
mvePIEBALDconsult19-Sep-07 13:32 
GeneralRegular Expressions [modified] Pin
#realJSOP18-Sep-07 10:27
professional#realJSOP18-Sep-07 10:27 
GeneralRe: Regular Expressions Pin
Jonathan [Darka]18-Sep-07 10:30
professionalJonathan [Darka]18-Sep-07 10:30 
GeneralRe: Regular Expressions Pin
#realJSOP18-Sep-07 10:36
professional#realJSOP18-Sep-07 10:36 
GeneralRe: Regular Expressions Pin
Jonathan [Darka]18-Sep-07 10:53
professionalJonathan [Darka]18-Sep-07 10:53 
GeneralRe: Regular Expressions Pin
Kevin McFarlane18-Sep-07 10:39
Kevin McFarlane18-Sep-07 10:39 
GeneralRe: Regular Expressions Pin
Chris Losinger18-Sep-07 10:42
professionalChris Losinger18-Sep-07 10:42 
GeneralRe: Regular Expressions Pin
#realJSOP18-Sep-07 10:51
professional#realJSOP18-Sep-07 10:51 
GeneralRe: Regular Expressions Pin
ChrisKo18-Sep-07 10:50
ChrisKo18-Sep-07 10:50 
GeneralRe: Regular Expressions Pin
Rocky Moore18-Sep-07 10:53
Rocky Moore18-Sep-07 10:53 
GeneralRe: Regular Expressions Pin
Shog918-Sep-07 11:03
sitebuilderShog918-Sep-07 11:03 
Yeah, regex's are incredibly handy when manipulating text. I use 'em all the time, much better than the finicky parsing code i used to write. Fortunately, C# / .NET has reasonably good support for them. The one you're looking at will strip off everything after php in the input string.

FWIW, i use this[^] for testing them.


every night, i kneel at the foot of my bed and thank the Great Overseeing Politicians for protecting my freedoms by reducing their number, as if they were deer in a state park. -- Chris Losinger, Online Poker Players?

GeneralRe: Regular Expressions Pin
#realJSOP18-Sep-07 23:45
professional#realJSOP18-Sep-07 23:45 
JokeRe: Regular Expressions Pin
Rama Krishna Vavilala18-Sep-07 11:04
Rama Krishna Vavilala18-Sep-07 11:04 
GeneralRe: Regular Expressions Pin
markkuk18-Sep-07 11:07
markkuk18-Sep-07 11:07 
GeneralWeb Development Pin
Andy Brummer18-Sep-07 11:45
sitebuilderAndy Brummer18-Sep-07 11:45 
GeneralRe: Web Development Pin
#realJSOP18-Sep-07 23:43
professional#realJSOP18-Sep-07 23:43 
GeneralRe: Web Development Pin
Andy Brummer19-Sep-07 2:06
sitebuilderAndy Brummer19-Sep-07 2:06 
GeneralRe: Web Development Pin
#realJSOP19-Sep-07 5:50
professional#realJSOP19-Sep-07 5:50 
GeneralRe: Web Development Pin
Andy Brummer19-Sep-07 6:10
sitebuilderAndy Brummer19-Sep-07 6:10 

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.