Re: Extracting Titles from a bunch of HTML files

2002-01-02 Thread Roger C Haslock
TED]> To: "Roger C Haslock" <[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 3:15 PM Subject: Re: Extracting Titles from a bunch of HTML files Thanks. I figured out the regular expression that I needed. I keep forgetting about the power of $1. ;-) At 07:06 AM 1/2/2002,

Re: Extracting Titles from a bunch of HTML files

2002-01-02 Thread Randal L. Schwartz
> "Richard" == Richard S Crawford <[EMAIL PROTECTED]> writes: Richard> I have a directory containing over 250 HTML files. What is the best Richard> way to extract the title (between the and tags) of Richard> each file without having to open the file and read in the contents, Richard> which

Re: Extracting Titles from a bunch of HTML files

2002-01-02 Thread John W. Krahn
"Richard S. Crawford" wrote: > > I have a directory containing over 250 HTML files. What is the best way to > extract the title (between the and tags) of each file > without having to open the file and read in the contents, which seems like > it would be very slow? The only way you can read t

Extracting Titles from a bunch of HTML files

2002-01-02 Thread Richard S. Crawford
I have a directory containing over 250 HTML files. What is the best way to extract the title (between the and tags) of each file without having to open the file and read in the contents, which seems like it would be very slow? Sliante, Richard S. Crawford http://www.mossroot.com AIM: Buff