Re: Help needed to retrieve text from a text-file using RegEx

2009-02-09 Thread Paul McGuire
On Feb 9, 11:22 am, Oltmans wrote: > Here is the scenario: > > It's a command line program. I ask user for a input string. Based on > that input string I retrieve text from a text file. My text file looks > like following > > Text-file: > - > AbcManager=C:\source\code\Modules\Code-AbcM

Help needed to retrieve text from a text-file using RegEx

2009-02-09 Thread rdmurray
Oltmans wrote: > Here is the scenario: > > It's a command line program. I ask user for a input string. Based on > that input string I retrieve text from a text file. My text file looks > like following > > Text-file: > - > AbcManager=C:\source\code\Modules\Code-AbcManager\ > AbcTest=

Re: Help needed to retrieve text from a text-file using RegEx

2009-02-09 Thread Bruno Desthuilliers
Oltmans a écrit : Here is the scenario: It's a command line program. I ask user for a input string. Based on that input string I retrieve text from a text file. My text file looks like following Text-file: - AbcManager=C:\source\code\Modules\Code-AbcManager\ AbcTest=C:\source\code\M

Re: Help needed to retrieve text from a text-file using RegEx

2009-02-09 Thread Chris Rebert
On Mon, Feb 9, 2009 at 9:22 AM, Oltmans wrote: > Here is the scenario: > > It's a command line program. I ask user for a input string. Based on > that input string I retrieve text from a text file. My text file looks > like following > > Text-file: > - > AbcManager=C:\source\code\Modul

Help needed to retrieve text from a text-file using RegEx

2009-02-09 Thread Oltmans
Here is the scenario: It's a command line program. I ask user for a input string. Based on that input string I retrieve text from a text file. My text file looks like following Text-file: - AbcManager=C:\source\code\Modules\Code-AbcManager\ AbcTest=C:\source\code\Modules\Code-AbcTest\