Hacker News new | ask | show | jobs
The power of back references and Python (pythonicprose.blogspot.com)
1 points by puttsmcfadden 5506 days ago
1 comments

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.