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\

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 rolf.oltm...@gmail.com 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: -

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\

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

2009-02-09 Thread rdmurray
Oltmans rolf.oltm...@gmail.com 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: -

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 rolf.oltm...@gmail.com 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: -