Re: Multiple lines - I must be doing something wrong

2002-02-23 Thread Marc Morrison
helps; Thanks Marc Morrison --- Michael Kelly <[EMAIL PROTECTED]> wrote: > On 2/23/02 3:52 PM, Marc Morrison > <[EMAIL PROTECTED]> wrote: > > > I have an online form that has a "Comments" field. > I > > need to extract ALL of the information from the

Multiple lines - I must be doing something wrong

2002-02-23 Thread Marc Morrison
I have an online form that has a "Comments" field. I need to extract ALL of the information from the comments field. Each "Comments" line begins with Comment: so the /^Comments/ works to match that, however the user may, or may not enter a new line in their comments and they may or may not sta

Extracting Multiple Lines

2002-02-21 Thread Marc Morrison
I have an online form that has a "Comments" field. I need to extract ALL of the information from the comments field. Each "Comments" line begins with Comment: so the /^Comments/ works to match that, however the user may, or may not enter a new line in their comments and they may or may not sta

Trying to extract an email address

2002-02-14 Thread Marc Morrison
Hi all, I am a newbie and really enjoy this list. I have what i am sure is a fairly easy question, but I need help. I have a text file which contains much un-needed data, but also contains a bunch of email addresses I need. I have been succesful in the basics of opening the file and putting th