Re: regex reading html

2007-03-21 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, ben miller <[EMAIL PROTECTED]> wrote: >Hello, >I've a program I'm working on where we scrape some of our web pages >using Mechanize libraries and then parse what we've scraped using >different regex functions. However, I've noticed that no matter what I >do with the

regex reading html

2007-03-21 Thread ben miller
Hello, I've a program I'm working on where we scrape some of our web pages using Mechanize libraries and then parse what we've scraped using different regex functions. However, I've noticed that no matter what I do with the scraped content, regex functions can't find what they're trying to match. I