Live data from Hacker News

The power of back references and Python

pythonicprose.blogspot.com

1–3 of 3 posts

Re: The power of back references and Python

#3
post #2

Do not use regular expressions for parsing HTML. http://www.codinghorror.com/blog/2009/11/parsing-html-the-ct...

I agree with your point about using backreferences as an html parser. I think the point of the post is regular expressions and back reference usage.