Re: [NAnt-users] regex: reading across lines

2007-05-17 Thread Bob Archer
:[EMAIL PROTECTED] On Behalf Of Curtis Zarger Sent: Thursday, May 17, 2007 1:19 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] regex: reading across lines THX Bob, I didn't get the multiline to work, but I did the desired results with use of the \s and \S whitespace an

Re: [NAnt-users] regex: reading across lines

2007-05-17 Thread Curtis Zarger
rceforge.net Sent: Thursday, May 17, 2007 11:24:57 AM Subject: Re: [NAnt-users] regex: reading across lines Try adding options="Multiline" to your regex task. BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curtis Zarger Sent: Thursday, May 17, 2

Re: [NAnt-users] regex: reading across lines

2007-05-17 Thread Bob Archer
Try adding options="Multiline" to your regex task. BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curtis Zarger Sent: Thursday, May 17, 2007 11:07 AM To: nant-users@lists.sourceforge.net Cc: Curtis Zarger Subject: [NAnt-users] regex: read

[NAnt-users] regex: reading across lines

2007-05-17 Thread Curtis Zarger
Hello, I have a text file. I want to extract all of the lines that are between two unique strings within the file. I've only been able to extract the text that's between two strings, on a single line. The file format is below, as well as the regex task. The problem is that the regex only reads